ExtensionMethods.RequestAsync Method
From Tungsten Suite
Tungsten
|
|
ExtensionMethodsRequestAsync Method |
| Name | Description | |
|---|---|---|
| RequestAsyncTMessage(TcpGenericSecureTcpClientTMessage, TMessage, Int32) |
Sends a request to the server and waits for a response. Can be used along with, or in lieu of, the regular method of calling Write and handling the BytesReceived event.
| |
| RequestAsyncTMessage(TcpGenericTcpClientTMessage, TMessage, Int32) |
Sends a request to the server and waits for a response. Can be used along with, or in lieu of, the regular method of calling Write and handling the BytesReceived event.
| |
| RequestAsync(TcpSecureTcpClient, Byte, Int32) |
Sends a request to the server and waits for a response. Can be used along with, or in lieu of, the regular method of calling Write and handling the BytesReceived event.
| |
| RequestAsync(TcpTcpClient, Byte, Int32) |
Sends a request to the server and waits for a response. Can be used along with, or in lieu of, the regular method of calling Write and handling the BytesReceived event.
| |
| RequestAsyncTMessage(UdpGenericUdpPeerTMessage, TMessage, IPEndPoint, Int32) |
Sends a request to a generic Udp peer and waits for a response. Can be used along with, or in lieu of, the regular method of calling Write and handling the BytesReceived event.
| |
| RequestAsync(UdpUdpPeer, Byte, IPEndPoint, Int32) |
Sends a request to a Udp peer and waits for a response. Can be used along with, or in lieu of, the regular method of calling Write and handling the BytesReceived event.
|