Method | Description | |
---|---|---|
ConnectNamed ( byte connectionId, String namedEndPoint, int timeout, byte protocolId ) : ITcpTransportLayer | ||
DisconnectConnection ( byte connectionId, ushort seq ) : void | ||
ProcessConnectRs ( |
||
ProcessDisconnectAck ( |
||
ProcessDisconnectRs ( |
||
TCPConnectionHelper ( |
public ConnectNamed ( byte connectionId, String namedEndPoint, int timeout, byte protocolId ) : ITcpTransportLayer | ||
connectionId | byte | |
namedEndPoint | String | |
timeout | int | |
protocolId | byte | |
return | ITcpTransportLayer |
public DisconnectConnection ( byte connectionId, ushort seq ) : void | ||
connectionId | byte | |
seq | ushort | |
return | void |
public ProcessConnectRs ( |
||
packet | ||
return | void |
public ProcessDisconnectAck ( |
||
packet | ||
return | void |
public ProcessDisconnectRs ( |
||
packet | ||
return | void |
public TCPConnectionHelper ( |
||
transport | ||
return | System |