sP2P NAT Traversal and peer-to-peer networking APIThe NetworkHelper type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | NetworkHelper | Initializes a new instance of the NetworkHelper class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() ![]() | GetAddressTTLDistance |
Measure minimal TTL distance to some remote public host asynchronously. On completion callback is executed
|
![]() ![]() | GetAddressTTLDistanceSync |
Measure minimal TTL distance to some remote public host synchronously. Note that this operation is time consuming and blocking
|
![]() ![]() | getBindAddressForRemoteAddress |
Gets local address to bind to when connecting to remote address
|
![]() ![]() | getBindAddressForRemoteHost |
Gets local address to bind to when connecting to remote host
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | getInterfaceCanTcpAccept |
(this is always true for .Net version!)Gets the value indicating local interface with IP4 address can do socket::accept
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | preventConnResetOnSocket | Disables exception on socket from ICMP destination unreachable/timeout expired |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | WriteLogEntry | Writes new log entry (Defined by Logger.) |
See Also