RelayTransportClient Constructor
Initializes a new instance of the RelayTransportClient class with the specified transport.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public RelayTransportClient( ITransport transport )
Parameters
- transport
- Type: com.onlineobject.objectnet..::..ITransport
The underlying transport mechanism to be used by the client.