Class TelepathyTransport
Inheritance
TelepathyTransport
Assembly: doc.dll
Syntax
public class TelepathyTransport : Transport
Fields
|
Improve this Doc
View Source
clientMaxMessageSize
Declaration
public int clientMaxMessageSize
Field Value
|
Improve this Doc
View Source
clientMaxReceivesPerTick
Declaration
public int clientMaxReceivesPerTick
Field Value
|
Improve this Doc
View Source
clientReceiveQueueLimit
Declaration
public int clientReceiveQueueLimit
Field Value
|
Improve this Doc
View Source
clientSendQueueLimit
Declaration
public int clientSendQueueLimit
Field Value
|
Improve this Doc
View Source
NoDelay
Declaration
Field Value
|
Improve this Doc
View Source
port
Declaration
Field Value
|
Improve this Doc
View Source
ReceiveTimeout
Declaration
public int ReceiveTimeout
Field Value
|
Improve this Doc
View Source
Scheme
Declaration
public const string Scheme = null
Field Value
|
Improve this Doc
View Source
SendTimeout
Declaration
Field Value
|
Improve this Doc
View Source
serverMaxMessageSize
Declaration
public int serverMaxMessageSize
Field Value
|
Improve this Doc
View Source
serverMaxReceivesPerTick
Declaration
public int serverMaxReceivesPerTick
Field Value
|
Improve this Doc
View Source
serverReceiveQueueLimitPerConnection
Declaration
public int serverReceiveQueueLimitPerConnection
Field Value
|
Improve this Doc
View Source
serverSendQueueLimitPerConnection
Declaration
public int serverSendQueueLimitPerConnection
Field Value
Methods
|
Improve this Doc
View Source
Available()
Declaration
public override bool Available()
Returns
Overrides
|
Improve this Doc
View Source
ClientConnect(String)
Declaration
public override void ClientConnect(string address)
Parameters
Type |
Name |
Description |
String |
address |
|
Overrides
|
Improve this Doc
View Source
ClientConnect(Uri)
Declaration
public override void ClientConnect(Uri uri)
Parameters
Type |
Name |
Description |
Uri |
uri |
|
Overrides
|
Improve this Doc
View Source
ClientConnected()
Declaration
public override bool ClientConnected()
Returns
Overrides
|
Improve this Doc
View Source
ClientDisconnect()
Declaration
public override void ClientDisconnect()
Overrides
|
Improve this Doc
View Source
ClientEarlyUpdate()
Declaration
public override void ClientEarlyUpdate()
Overrides
|
Improve this Doc
View Source
ClientSend(ArraySegment<Byte>, Int32)
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
GetMaxPacketSize(Int32)
Declaration
public override int GetMaxPacketSize(int channelId)
Parameters
Type |
Name |
Description |
Int32 |
channelId |
|
Returns
Overrides
|
Improve this Doc
View Source
ServerActive()
Declaration
public override bool ServerActive()
Returns
Overrides
|
Improve this Doc
View Source
ServerDisconnect(Int32)
Declaration
public override void ServerDisconnect(int connectionId)
Parameters
Type |
Name |
Description |
Int32 |
connectionId |
|
Overrides
|
Improve this Doc
View Source
ServerEarlyUpdate()
Declaration
public override void ServerEarlyUpdate()
Overrides
|
Improve this Doc
View Source
ServerGetClientAddress(Int32)
Declaration
public override string ServerGetClientAddress(int connectionId)
Parameters
Type |
Name |
Description |
Int32 |
connectionId |
|
Returns
Overrides
|
Improve this Doc
View Source
ServerSend(Int32, ArraySegment<Byte>, Int32)
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
ServerStart()
Declaration
public override void ServerStart()
Overrides
|
Improve this Doc
View Source
ServerStop()
Declaration
public override void ServerStop()
Overrides
|
Improve this Doc
View Source
ServerUri()
Declaration
public override Uri ServerUri()
Returns
Overrides
|
Improve this Doc
View Source
Shutdown()
Declaration
public override void Shutdown()
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns