ExtensionMethods Methods

Tungsten Suite

ExtensionMethods Methods

The ExtensionMethods type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetBroadcastAddress
Determines the broadcast address from an ip address and subnet mask
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 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.
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 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.
Top
See Also