The methods of the Connection interface are listed below. For a complete list of Connection interface members, see the Connection Members topic.
GetRecvBuffSize | default read buffer size |
GetRecvTimeout | timeout of reading operations if in blocking mode value is irrelevant |
GetSendTimeout | timeout of sending operations if in blocking mode value is irrelevant |
IsAsync | if channel is asynchronous returns true |
Recv | Overloaded. Receive all available bytes |
Send | Overloaded. send number of bytes |
SetRecvBuffSize | default read buffer size |
SetRecvTimeout | timeout of reading operations |
SetSendTimeout | sets timeout of sending operations if in blocking mode value is irrelevant |
UseAsync | defines channel usage - blocking or nonblocking |
WaitForData | wait for data to arrive |