'Declaration
Public Function New( _ ByVal resourceAddress As ResourceAddress, _ ByVal transportProfileUriString As String _ )
'Usage
Dim resourceAddress As ResourceAddress Dim transportProfileUriString As String Dim instance As New UAPubSubConnectionDescriptor(resourceAddress, transportProfileUriString)
public UAPubSubConnectionDescriptor( ResourceAddress resourceAddress, string transportProfileUriString )
public: UAPubSubConnectionDescriptor( ResourceAddress^ resourceAddress, String^ transportProfileUriString )
Parameters
- resourceAddress
- Network address information in the form of a resource descriptor (can be represented as URL string).
- transportProfileUriString
- The URI string of the PubSub transport profile.