Property | Type | Description | |
---|---|---|---|
InitializeComponent | void | ||
OnPingCompleted | void | ||
OnPingError | void | ||
OnPingResponse | void | ||
OnPingStarted | void | ||
SendPackets |
Method | Description | |
---|---|---|
BeginPingHost ( AsyncCallback callback, |
||
BeginPingHost ( AsyncCallback callback, |
||
BeginPingHost ( AsyncCallback callback, |
||
BeginPingHost ( AsyncCallback callback, |
||
BeginPingHost ( AsyncCallback callback, string hostname ) : IAsyncResult | ||
BeginPingHost ( AsyncCallback callback, string hostname, int pingCount ) : IAsyncResult | ||
EndPingHost ( IAsyncResult result ) : |
||
Ping ( ) : System | ||
Ping ( System container ) : System | ||
PingHost ( |
Attempts to ping a host.
|
|
PingHost ( |
Attempts to ping a host.
|
|
PingHost ( |
Attempts to ping a host.
|
|
PingHost ( |
Attempts to ping a host.
|
|
PingHost ( string hostname ) : |
Attempts to ping a host.
|
|
PingHost ( string hostname, int pingCount ) : |
Attempts to ping a host.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OnPingCompleted ( |
||
OnPingError ( PingResponseType errorType, string message ) : void | ||
OnPingResponse ( |
||
OnPingStarted ( |
||
SendPackets ( Socket socket, |
public BeginPingHost ( AsyncCallback callback, |
||
callback | AsyncCallback | |
serverAddress | ||
return | IAsyncResult |
public BeginPingHost ( AsyncCallback callback, |
||
callback | AsyncCallback | |
serverAddress | ||
pingCount | int | |
return | IAsyncResult |
public BeginPingHost ( AsyncCallback callback, |
||
callback | AsyncCallback | |
serverEndPoint | ||
return | IAsyncResult |
public BeginPingHost ( AsyncCallback callback, |
||
callback | AsyncCallback | |
serverEndPoint | ||
pingCount | int | |
return | IAsyncResult |
public BeginPingHost ( AsyncCallback callback, string hostname ) : IAsyncResult | ||
callback | AsyncCallback | |
hostname | string | |
return | IAsyncResult |
public BeginPingHost ( AsyncCallback callback, string hostname, int pingCount ) : IAsyncResult | ||
callback | AsyncCallback | |
hostname | string | |
pingCount | int | |
return | IAsyncResult |
public EndPingHost ( IAsyncResult result ) : |
||
result | IAsyncResult | |
return |
public PingHost ( |
||
serverAddress | IPAddress to ping | |
return |
public PingHost ( |
||
serverAddress | IPAddress to ping | |
pingCount | int | Ping count |
return |
public PingHost ( |
||
serverEndPoint | EndPoint to ping | |
return |
public PingHost ( |
||
serverEndPoint | EndPoint to ping | |
pingCount | int | Ping count |
return |
public PingHost ( string hostname ) : |
||
hostname | string | Host to ping |
return |
public PingHost ( string hostname, int pingCount ) : |
||
hostname | string | Host to ping |
pingCount | int | Ping count |
return |