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

