Used by the NetworkManager to allow the NetworkServer to accept incoming connections on more than one port. More...
Inherits NetworkServerSimple.
Public Member Functions | |
ExternalServer (ulong clientGUID) | |
override void | OnConnected (NetworkConnection conn) |
Adds the incoming connection to NetworkServer via AddExternalConnection More... | |
override void | OnDisconnected (NetworkConnection conn) |
Removes the disconnecting connection from the NetworkServer via RemoveExternalConnection More... | |
Used by the NetworkManager to allow the NetworkServer to accept incoming connections on more than one port.
override void OnConnected | ( | NetworkConnection | conn | ) |
Adds the incoming connection to NetworkServer via AddExternalConnection
conn | The incoming NetworkConnection. |
override void OnDisconnected | ( | NetworkConnection | conn | ) |
Removes the disconnecting connection from the NetworkServer via RemoveExternalConnection
conn | The disconnecting NetworkConnection |