ExtensionMethods.RequestAsync Method

Tungsten Suite

ExtensionMethodsRequestAsync Method

Overload List
  NameDescription
Public methodStatic memberRequestAsyncTMessage(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.
Public methodStatic memberRequestAsyncTMessage(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.
Public methodStatic memberRequestAsync(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.
Public methodStatic memberRequestAsync(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.
Public methodStatic memberRequestAsyncTMessage(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.
Public methodStatic memberRequestAsync(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.
Top
See Also