'Declaration
Public Function New( _ ByVal interfaceName As String, _ ByVal resourceDescriptor As ResourceDescriptor _ )
'Usage
Dim interfaceName As String Dim resourceDescriptor As ResourceDescriptor Dim instance As New ResourceAddress(interfaceName, resourceDescriptor)
public ResourceAddress( string interfaceName, ResourceDescriptor resourceDescriptor )
public: ResourceAddress( String^ interfaceName, ResourceDescriptor^ resourceDescriptor )
Parameters
- interfaceName
- The name of the network interface used for the communication.
- resourceDescriptor
- The resource descriptor to be used in the resource address.