TSocketTransportTS Class |
[This is preliminary documentation and is subject to change.]
Namespace: Ruyi.Layer0
public class TSocketTransportTS : TSocket, TTransportTS
The TSocketTransportTS type exposes the following members.
Name | Description | |
---|---|---|
TSocketTransportTS(TcpClient) |
constructor of TSocketTransportTS with TcpClient
| |
TSocketTransportTS(String, Int32) |
constructor of TSocketTransportTS with host and port
| |
TSocketTransportTS(String, Int32, Int32) |
constructor of TSocketTransportTS with host,port and timeout
|
Name | Description | |
---|---|---|
Host | (Inherited from TSocket.) | |
InputStream | (Inherited from TStreamTransport.) | |
IsOpen | (Inherited from TSocket.) | |
OutputStream | (Inherited from TStreamTransport.) | |
Port | (Inherited from TSocket.) | |
TcpClient | (Inherited from TSocket.) | |
Timeout | (Inherited from TSocket.) |
Name | Description | |
---|---|---|
BeginFlush |
begin flush asyncly
(Overrides TTransport.BeginFlush(AsyncCallback, Object).) | |
Close | (Inherited from TSocket.) | |
Dispose | (Inherited from TTransport.) | |
EndFlush |
end flush acyncly
(Overrides TTransport.EndFlush(IAsyncResult).) | |
Flush |
clears all buffers for this stream
(Overrides TStreamTransport.Flush.) | |
Open | (Inherited from TSocket.) | |
Peek | (Inherited from TTransport.) | |
Read | (Inherited from TStreamTransport.) | |
ReadAll | (Inherited from TTransport.) | |
Reconnect |
reconnect between C/S
| |
SetWriteLocker |
set muted locker
| |
Write(Byte) | (Inherited from TTransport.) | |
Write(Byte, Int32, Int32) | (Inherited from TStreamTransport.) |