|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Extension methods for working with Internet Socket Addresses. More...
Static Public Member Functions | |
| static IPEndPoint | ToIPEndpoint (this global::java.net.InetSocketAddress self) |
| Gets a IPEndPoint for the given global::java.net.InetSocketAddress. | |
| static global::java.net.InetSocketAddress | ToInetSocketAddress (this IPEndPoint endpoint) |
| Gets a global::java.net.InetSocketAddress for the given IPEndPoint. | |
Extension methods for working with Internet Socket Addresses.
Definition at line 9 of file InetSocketAddressExtensions.cs.
|
static |
Gets a global::java.net.InetSocketAddress for the given IPEndPoint.
| endpoint |
Definition at line 32 of file InetSocketAddressExtensions.cs.
|
static |
Gets a IPEndPoint for the given global::java.net.InetSocketAddress.
| self |
Definition at line 19 of file InetSocketAddressExtensions.cs.