Method | Description | |
---|---|---|
BeginGetHostAddresses ( string hostNameOrAddress, AsyncCallback requestCallback, object state ) : IAsyncResult | ||
BeginGetHostEntry ( |
||
BeginGetHostEntry ( string hostNameOrAddress, AsyncCallback requestCallback, object stateObject ) : IAsyncResult | ||
EndGetHostAddresses ( IAsyncResult asyncResult ) : System.Net.IPAddress[] | ||
EndGetHostEntry ( IAsyncResult asyncResult ) : |
||
GetHostAddresses ( string hostNameOrAddress ) : System.Net.IPAddress[] | ||
GetHostAddressesAsync ( string hostNameOrAddress ) : System.Threading.Tasks.Task |
||
GetHostAddressesAsync ( string hostNameOrAddress ) : Task |
||
GetHostEntry ( |
||
GetHostEntry ( string hostNameOrAddress ) : |
||
GetHostEntryAsync ( System address ) : System.Threading.Tasks.Task |
||
GetHostEntryAsync ( string hostNameOrAddress ) : System.Threading.Tasks.Task |
||
GetHostEntryAsync ( |
||
GetHostEntryAsync ( string hostNameOrAddress ) : Task |
Method | Description | |
---|---|---|
BeginGetHostByName ( string hostName, AsyncCallback requestCallback, object stateObject ) : IAsyncResult | ||
BeginResolve ( string hostName, AsyncCallback requestCallback, object stateObject ) : IAsyncResult | ||
EndGetHostByName ( IAsyncResult asyncResult ) : |
||
EndResolve ( IAsyncResult asyncResult ) : |
||
GetHostByAddress ( |
||
GetHostByAddress ( string address ) : |
||
GetHostByName ( string hostName ) : |
||
HostResolutionBeginHelper ( |
||
HostResolutionBeginHelper ( string hostName, bool justReturnParsedIp, bool includeIPv6, bool throwOnIIPAny, AsyncCallback requestCallback, object state ) : IAsyncResult | ||
HostResolutionEndHelper ( IAsyncResult asyncResult ) : |
||
InternalGetHostByAddress ( |
||
InternalGetHostByName ( string hostName, bool includeIPv6 ) : |
||
Resolve ( string hostName ) : |
||
ResolveCallback ( object context ) : void |
public static BeginGetHostAddresses ( string hostNameOrAddress, AsyncCallback requestCallback, object state ) : IAsyncResult | ||
hostNameOrAddress | string | |
requestCallback | AsyncCallback | |
state | object | |
return | IAsyncResult |
public static BeginGetHostEntry ( |
||
address | ||
requestCallback | AsyncCallback | |
stateObject | object | |
return | IAsyncResult |
public static BeginGetHostEntry ( string hostNameOrAddress, AsyncCallback requestCallback, object stateObject ) : IAsyncResult | ||
hostNameOrAddress | string | |
requestCallback | AsyncCallback | |
stateObject | object | |
return | IAsyncResult |
public static EndGetHostAddresses ( IAsyncResult asyncResult ) : System.Net.IPAddress[] | ||
asyncResult | IAsyncResult | |
return | System.Net.IPAddress[] |
public static EndGetHostEntry ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | |
return |
public static GetHostAddresses ( string hostNameOrAddress ) : System.Net.IPAddress[] | ||
hostNameOrAddress | string | |
return | System.Net.IPAddress[] |
public static GetHostAddressesAsync ( string hostNameOrAddress ) : System.Threading.Tasks.Task |
||
hostNameOrAddress | string | |
return | System.Threading.Tasks.Task |
public static GetHostAddressesAsync ( string hostNameOrAddress ) : Task |
||
hostNameOrAddress | string | |
return | Task |
public static GetHostEntry ( |
||
address | ||
return |
public static GetHostEntry ( string hostNameOrAddress ) : |
||
hostNameOrAddress | string | |
return |
public static GetHostEntryAsync ( System address ) : System.Threading.Tasks.Task |
||
address | System | |
return | System.Threading.Tasks.Task |
public static GetHostEntryAsync ( string hostNameOrAddress ) : System.Threading.Tasks.Task |
||
hostNameOrAddress | string | |
return | System.Threading.Tasks.Task |
public static GetHostEntryAsync ( |
||
address | ||
return | Task |
public static GetHostEntryAsync ( string hostNameOrAddress ) : Task |
||
hostNameOrAddress | string | |
return | Task |