NetworkHelper MemberssP2P NAT Traversal and peer-to-peer networking API
sP2P NAT Traversal and peer-to-peer networking API

The NetworkHelper type exposes the following members.
Constructors

  NameDescription
Public methodNetworkHelper
Initializes a new instance of the NetworkHelper class
Back to Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberGetAddressTTLDistance
Measure minimal TTL distance to some remote public host asynchronously. On completion callback is executed
Public methodStatic memberGetAddressTTLDistanceSync
Measure minimal TTL distance to some remote public host synchronously. Note that this operation is time consuming and blocking
Public methodStatic membergetBindAddressForRemoteAddress
Gets local address to bind to when connecting to remote address
Public methodStatic membergetBindAddressForRemoteHost
Gets local address to bind to when connecting to remote host
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic membergetInterfaceCanTcpAccept
(this is always true for .Net version!)Gets the value indicating local interface with IP4 address can do socket::accept
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberpreventConnResetOnSocket
Disables exception on socket from ICMP destination unreachable/timeout expired
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodWriteLogEntry
Writes new log entry
(Defined by Logger.)
Back to Top
See Also