ExtensionMethods Class
From Tungsten Suite
Tungsten
|
|
ExtensionMethods Class |
Extension methods for W.Net
Namespace: W.Net
Assembly: Tungsten.Net (in Tungsten.Net.dll) Version: 2.0.2
C#
public static class ExtensionMethods
The ExtensionMethods type exposes the following members.
| Name | Description | |
|---|---|---|
| GetBroadcastAddress |
Determines the broadcast address from an ip address and subnet mask
| |
| 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.
| |
| 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.
| |
| 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.
| |
| 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.
|