BMXNET 4.0 Developer API

The RpmsConnectionSpec type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
IsDefault
The optional flag to specify this connection as the users default.
Name
The required display name of a connection used in pick lists
NameSpace
The optional Namespace to use in RPMS. Will default to BMX Brokers namespace.
Port
The required TCP/IP port number of the RPMS BMX Broker
ReceiveTimeout
The optional time in millseconds to wait for a response from RPMS
SendTimeout
The optional time in millseconds to wait when sending a request to RPMS
Server
The required Name/IP Address of the RPMS Host
UseDefaultNamespace
The optional flag to specify that the BMX Broker default namespace should be used.
UseWindowsAuthentication
The optional flag to specify that WindowsAuthenication should be attempted.

See Also