Method | Description | |
---|---|---|
EnsureSocketsAreInitialized ( ) : void | ||
GetHostByAddr ( |
||
GetHostByName ( string hostName ) : |
||
GetHostName ( ) : string | ||
TryGetAddrInfo ( string name, |
||
TryGetNameInfo ( |
Method | Description | |
---|---|---|
NativeToHostEntry ( IntPtr nativePointer ) : |
public static EnsureSocketsAreInitialized ( ) : void | ||
return | void |
public static GetHostByAddr ( |
||
address | ||
return |
public static GetHostByName ( string hostName ) : |
||
hostName | string | |
return |
public static TryGetAddrInfo ( string name, |
||
name | string | |
hostinfo | ||
nativeErrorCode | int | |
return | SocketError |
public static TryGetNameInfo ( |
||
addr | ||
errorCode | SocketError | |
nativeErrorCode | int | |
return | string |