Click or drag to resize

Transport Methods

The Transport type exposes the following members.

Methods
  Name Description
Public method Static member CreateEndPoint Creates an IPEndPoint for the specified host name and port number.
Public method Static member CreateSocket Creates a Socket for the specified port and protocol.
Public method Static member GetDefaultIPStack Gets the default IP stack for this system.
Public method Static member GetInterfaceIPStack Derives the desired IPStack from the "interface" setting in the connection string key/value pairs. If interface is not specified, IPStack is derived from the server value in connectionStringEntries
Public method Static member IsDestinationReachable Determines if the specified UDP destination is listening for data.
Public method Static member IsIPv6IP Determines if the specified ipAddress is an IPv6 IP.
Public method Static member IsLocalAddress Determines if an IP address (or DNS name) is a local IP address.
Public method Static member IsMulticastIP Determines if the specified ipAddress is a multicast IP.
Public method Static member IsPortNumberValid Determines whether the specified port is valid.
Top
See Also