EmbeddedClient..::..ChangeTransport Method
Disconnects the client if it's connected and swaps out the transport it's using.
Namespace:
com.onlineobject.objectnet.serverAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public void ChangeTransport( IEmbeddedClient newTransport )
Parameters
- newTransport
- Type: com.onlineobject.objectnet.server.Transports..::..IEmbeddedClient
The new transport to use for sending and receiving data.