Overload List
| Name | Description | |
|---|---|---|
| Send(array<Byte>[]()[][]) |
Sends data to a connected ProxySocket.
| |
| Send(array<Byte>[]()[][], SocketFlags) |
Sends data to a connected ProxySocket using the supplied flags.
| |
| Send(array<Byte>[]()[][], Int32, Int32) |
Sends the specified amount of data to a connected ProxySocket starting at the indicated location in the data and using the supplied flags.
| |
| Send(array<Byte>[]()[][], Int32, SocketFlags) |
Sends the specified amount of data to a connected ProxySocket using the supplied flags.
| |
| Send(array<Byte>[]()[][], Int32, Int32, SocketFlags) |
Sends the specified amount of data to a connected ProxySocket starting at the indicated location in the data and using the supplied flags.
|