Public Methods
|  Clone | Creates a new object that is a copy of the current instance.   DISPID (Dispatch ID):   For more information, see Clone in .NET Reference. | 
|  Equals | Determines whether the specified object is equal to the current object.   DISPID (Dispatch ID):   For more information, see Equals in .NET Reference. | 
|  GetHashCode | Returns a hash code for the current object.   DISPID (Dispatch ID):   For more information, see GetHashCode in .NET Reference. | 
|  GetObjectData |   DISPID (Dispatch ID):   For more information, see GetObjectData in .NET Reference. | 
|  GetType | Gets the Type of the current instance.   DISPID (Dispatch ID):   For more information, see GetType in .NET Reference. | 
|  IsStrictlyPhysical | Determines whether this PubSub object descriptor is strictly physical with specified transport profile URI string.   DISPID (Dispatch ID):   For more information, see IsStrictlyPhysical in .NET Reference. | 
|  Logicalize | Logicalizes the PubSub connection descriptor, by removing the physical information from it.   DISPID (Dispatch ID):   For more information, see Logicalize in .NET Reference. | 
|  Physicalize | Physicalizes the PubSub object descriptor, by removing the logical information from it.   DISPID (Dispatch ID):   For more information, see Physicalize in .NET Reference. | 
|  RequiresResolution | Determines whether this PubSub object requires a resolution (in order to obtain the necessary physical information) with specified transport profile URI string.   DISPID (Dispatch ID):   For more information, see RequiresResolution in .NET Reference. | 
|  UseEthernetCaptureFile | Sets the PubSub connection descriptor to use Ethernet packet capture data from a given file.   DISPID (Dispatch ID):   For more information, see UseEthernetCaptureFile in .NET Reference. | 
|  UseUdpCaptureFile | Sets the PubSub connection descriptor to use UDP packet capture data from a given file.   DISPID (Dispatch ID):   For more information, see UseUdpCaptureFile in .NET Reference. | 
Public Properties
|  BrokerConnectionTransportParameters | Broker specific transport mapping specific parameters (optional).   DISPID (Dispatch ID):   For more information, see BrokerConnectionTransportParameters in .NET Reference. | 
|  ConnectionTransportParameters | Transport mapping specific parameters (optional).   DISPID (Dispatch ID):   For more information, see ConnectionTransportParameters in .NET Reference. | 
|  CustomPropertyValueDictionary | Specifies additional properties for the configured PubSub object.   DISPID (Dispatch ID):   For more information, see CustomPropertyValueDictionary in .NET Reference. | 
|  DatagramConnectionTransportParameters | Datagram specific transport mapping specific parameters (optional).   DISPID (Dispatch ID):   For more information, see DatagramConnectionTransportParameters in .NET Reference. | 
|  DisplayString | The display string for the current object.   DISPID (Dispatch ID): 0   For more information, see ToString in .NET Reference. | 
|  EffectiveConnectionTransportParameters | The connection transport parameters that are effectively being used for this descriptor.   DISPID (Dispatch ID):   For more information, see EffectiveConnectionTransportParameters in .NET Reference. | 
|  EffectiveTransportProfileUriString | The effective transport profile URI string being used by this PubSub connection descriptor.   DISPID (Dispatch ID):   For more information, see EffectiveTransportProfileUriString in .NET Reference. | 
|  HasName | Determines whether there is a logical name in this PubSub object descriptor.   DISPID (Dispatch ID):   For more information, see HasName in .NET Reference. | 
|  HasNetworkAddress | Determines whether the descriptor has a non-null network address specified.   DISPID (Dispatch ID):   For more information, see HasNetworkAddress in .NET Reference. | 
|  ImpliedTransportProfileUriString | The transport profile URI string implied by the network address, if achievable.   DISPID (Dispatch ID):   For more information, see ImpliedTransportProfileUriString in .NET Reference. | 
|  InferredTransportProfileUriString | The transport profile URI string inferred from the network address, if possible.   DISPID (Dispatch ID):   For more information, see InferredTransportProfileUriString in .NET Reference. | 
|  IsNull | Determines whether this object represents a null PubSub object descriptor.   DISPID (Dispatch ID):   For more information, see IsNull in .NET Reference. | 
|  Name | The logical name of the PubSub object, if available.   DISPID (Dispatch ID):   For more information, see Name in .NET Reference. | 
|  NetworkAddress | Contains the network address information for the communication middleware.   DISPID (Dispatch ID):   For more information, see NetworkAddress in .NET Reference. | 
|  ResourceAddress | Network address information in the form of a resource descriptor (can be represented as URL string).   DISPID (Dispatch ID):   For more information, see ResourceAddress in .NET Reference. | 
|  ToString | Returns a string that represents the current object.   DISPID (Dispatch ID):   For more information, see ToString in .NET Reference. | 
|  TransportProfileName | The name of the transport profile.   DISPID (Dispatch ID):   For more information, see TransportProfileName in .NET Reference. | 
|  TransportProfileUriString | Indicates the transport protocol mapping and the message mapping used. A URI string.   DISPID (Dispatch ID):   For more information, see TransportProfileUriString in .NET Reference. | 
See Also