NetworkClient..::..SetTransport Method
   Sets the transport layer for the client.
   
                
    Namespace: 
   com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public void SetTransport( ITransport transport )
Parameters
- transport
 - Type: com.onlineobject.objectnet..::..ITransport
The transport layer to be used for network communication. 

