ExtensionMethods Class

Tungsten Suite

ExtensionMethods Class

Extension methods for W.Net
Inheritance Hierarchy
SystemObject  W.NetExtensionMethods

Namespace:  W.Net
Assembly:  Tungsten.Net (in Tungsten.Net.dll) Version: 2.0.2
Syntax
C#
public static class ExtensionMethods

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