Inheritance
MultiplexTransport
Assembly: doc.dll
public class MultiplexTransport : Transport
Fields
|
Improve this Doc
View Source
Declaration
public Transport[] transports
Field Value
Methods
|
Improve this Doc
View Source
Declaration
public override bool Available()
Returns
Overrides
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
public override void ClientConnect(string address)
Parameters
Type |
Name |
Description |
String |
address |
|
Overrides
|
Improve this Doc
View Source
Declaration
public override void ClientConnect(Uri uri)
Parameters
Type |
Name |
Description |
Uri |
uri |
|
Overrides
|
Improve this Doc
View Source
Declaration
public override bool ClientConnected()
Returns
Overrides
|
Improve this Doc
View Source
Declaration
public override void ClientDisconnect()
Overrides
|
Improve this Doc
View Source
Declaration
public override void ClientEarlyUpdate()
Overrides
|
Improve this Doc
View Source
Declaration
public override void ClientLateUpdate()
Overrides
|
Improve this Doc
View Source
Declaration
public override void ClientSend(ArraySegment<byte> segment, int channelId)
Parameters
Type |
Name |
Description |
ArraySegment<Byte> |
segment |
|
Int32 |
channelId |
|
Overrides
|
Improve this Doc
View Source
Declaration
public override int GetMaxPacketSize(int channelId = 0)
Parameters
Type |
Name |
Description |
Int32 |
channelId |
|
Returns
Overrides
|
Improve this Doc
View Source
Declaration
public override bool ServerActive()
Returns
Overrides
|
Improve this Doc
View Source
Declaration
public override void ServerDisconnect(int connectionId)
Parameters
Type |
Name |
Description |
Int32 |
connectionId |
|
Overrides
|
Improve this Doc
View Source
Declaration
public override void ServerEarlyUpdate()
Overrides
|
Improve this Doc
View Source
Declaration
public override string ServerGetClientAddress(int connectionId)
Parameters
Type |
Name |
Description |
Int32 |
connectionId |
|
Returns
Overrides
|
Improve this Doc
View Source
Declaration
public override void ServerLateUpdate()
Overrides
|
Improve this Doc
View Source
Declaration
public override void ServerSend(int connectionId, ArraySegment<byte> segment, int channelId)
Parameters
Type |
Name |
Description |
Int32 |
connectionId |
|
ArraySegment<Byte> |
segment |
|
Int32 |
channelId |
|
Overrides
|
Improve this Doc
View Source
Declaration
public override void ServerStart()
Overrides
|
Improve this Doc
View Source
Declaration
public override void ServerStop()
Overrides
|
Improve this Doc
View Source
Declaration
public override Uri ServerUri()
Returns
Overrides
|
Improve this Doc
View Source
Declaration
public override void Shutdown()
Overrides
|
Improve this Doc
View Source
Declaration
public override string ToString()
Returns