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