BMXNET 4.0 Developer API
            Specification for BMX RPMS Connection.  Instances of this class are serialized as XML
            to a PersisentStore and are used is picklists for users to select from.  
            
    Namespace: 
   IndianHealthService.BMXNet.WinForm.ConfigurationAssembly: BMXWIN40 (in BMXWIN40.dll)
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public class RpmsConnectionSpec
Public Class RpmsConnectionSpec
public ref class RpmsConnectionSpec
 Members
Members
| All Members | Constructors  | Properties  | Methods  | 
|  Public  Protected |  Instance  Static  |  Declared  Inherited |  XNA Framework Only   .NET Compact Framework Only  | 
| Member | Description | |
|---|---|---|
|  | RpmsConnectionSpec()()() | |
|  | Equals(Object) | (Inherited from Object.) | 
|  | Finalize()()() | (Inherited from Object.) | 
|  | GetHashCode()()() | (Inherited from Object.) | 
|  | GetType()()() | (Inherited from Object.) | 
|  | IsDefault | 
            The optional flag to specify this connection as the users default.
             | 
|  | MemberwiseClone()()() | (Inherited from Object.) | 
|  | 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
             | 
|  | ToString()()() | (Inherited from Object.) | 
|  | 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.
             | 

























