Method | Description | |
---|---|---|
Ping ( ) | ||
Send ( System address ) : |
||
Send ( System address, int timeout ) : |
||
Send ( System address, int timeout, byte buffer ) : |
||
Send ( System address, int timeout, byte buffer, System options ) : |
||
Send ( string hostNameOrAddress ) : |
||
Send ( string hostNameOrAddress, int timeout ) : |
||
Send ( string hostNameOrAddress, int timeout, byte buffer ) : |
||
Send ( string hostNameOrAddress, int timeout, byte buffer, System options ) : |
||
SendAsync ( System address, int timeout, byte buffer, System options, object userToken ) : void | ||
SendAsync ( System address, int timeout, byte buffer, object userToken ) : void | ||
SendAsync ( System address, int timeout, object userToken ) : void | ||
SendAsync ( System address, object userToken ) : void | ||
SendAsync ( string hostNameOrAddress, int timeout, byte buffer, System options, object userToken ) : void | ||
SendAsync ( string hostNameOrAddress, int timeout, byte buffer, object userToken ) : void | ||
SendAsync ( string hostNameOrAddress, int timeout, object userToken ) : void | ||
SendAsync ( string hostNameOrAddress, object userToken ) : void | ||
SendAsyncCancel ( ) : void | ||
SendPingAsync ( System address ) : System.Threading.Tasks.Task |
||
SendPingAsync ( System address, int timeout ) : System.Threading.Tasks.Task |
||
SendPingAsync ( System address, int timeout, byte buffer ) : System.Threading.Tasks.Task |
||
SendPingAsync ( System address, int timeout, byte buffer, System options ) : System.Threading.Tasks.Task |
||
SendPingAsync ( string hostNameOrAddress ) : System.Threading.Tasks.Task |
||
SendPingAsync ( string hostNameOrAddress, int timeout ) : System.Threading.Tasks.Task |
||
SendPingAsync ( string hostNameOrAddress, int timeout, byte buffer ) : System.Threading.Tasks.Task |
||
SendPingAsync ( string hostNameOrAddress, int timeout, byte buffer, System options ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnPingCompleted ( System e ) : void |
Method | Description | |
---|---|---|
ComputeBufferChecksum ( byte buffer ) : ushort | ||
CreateSendMessageBuffer ( IcmpHeader header, byte payload ) : byte[] | ||
CreateTimedOutPingReply ( ) : |
||
Ping ( ) : System.ComponentModel | ||
SendIcmpEchoRequestOverRawSocket ( IPAddress address, byte buffer, int timeout, |
||
SendPingAsyncCore ( IPAddress address, byte buffer, int timeout, |
||
SendWithPingUtility ( IPAddress address, byte buffer, int timeout, |
protected OnPingCompleted ( System e ) : void | ||
e | System | |
return | void |
public Send ( System address, int timeout ) : |
||
address | System | |
timeout | int | |
return |
public Send ( System address, int timeout, byte buffer ) : |
||
address | System | |
timeout | int | |
buffer | byte | |
return |
public Send ( System address, int timeout, byte buffer, System options ) : |
||
address | System | |
timeout | int | |
buffer | byte | |
options | System | |
return |
public Send ( string hostNameOrAddress ) : |
||
hostNameOrAddress | string | |
return |
public Send ( string hostNameOrAddress, int timeout ) : |
||
hostNameOrAddress | string | |
timeout | int | |
return |
public Send ( string hostNameOrAddress, int timeout, byte buffer ) : |
||
hostNameOrAddress | string | |
timeout | int | |
buffer | byte | |
return |
public Send ( string hostNameOrAddress, int timeout, byte buffer, System options ) : |
||
hostNameOrAddress | string | |
timeout | int | |
buffer | byte | |
options | System | |
return |
public SendAsync ( System address, int timeout, byte buffer, System options, object userToken ) : void | ||
address | System | |
timeout | int | |
buffer | byte | |
options | System | |
userToken | object | |
return | void |
public SendAsync ( System address, int timeout, byte buffer, object userToken ) : void | ||
address | System | |
timeout | int | |
buffer | byte | |
userToken | object | |
return | void |
public SendAsync ( System address, int timeout, object userToken ) : void | ||
address | System | |
timeout | int | |
userToken | object | |
return | void |
public SendAsync ( System address, object userToken ) : void | ||
address | System | |
userToken | object | |
return | void |
public SendAsync ( string hostNameOrAddress, int timeout, byte buffer, System options, object userToken ) : void | ||
hostNameOrAddress | string | |
timeout | int | |
buffer | byte | |
options | System | |
userToken | object | |
return | void |
public SendAsync ( string hostNameOrAddress, int timeout, byte buffer, object userToken ) : void | ||
hostNameOrAddress | string | |
timeout | int | |
buffer | byte | |
userToken | object | |
return | void |
public SendAsync ( string hostNameOrAddress, int timeout, object userToken ) : void | ||
hostNameOrAddress | string | |
timeout | int | |
userToken | object | |
return | void |
public SendAsync ( string hostNameOrAddress, object userToken ) : void | ||
hostNameOrAddress | string | |
userToken | object | |
return | void |
public SendPingAsync ( System address ) : System.Threading.Tasks.Task |
||
address | System | |
return | System.Threading.Tasks.Task |
public SendPingAsync ( System address, int timeout ) : System.Threading.Tasks.Task |
||
address | System | |
timeout | int | |
return | System.Threading.Tasks.Task |
public SendPingAsync ( System address, int timeout, byte buffer ) : System.Threading.Tasks.Task |
||
address | System | |
timeout | int | |
buffer | byte | |
return | System.Threading.Tasks.Task |
public SendPingAsync ( System address, int timeout, byte buffer, System options ) : System.Threading.Tasks.Task |
||
address | System | |
timeout | int | |
buffer | byte | |
options | System | |
return | System.Threading.Tasks.Task |
public SendPingAsync ( string hostNameOrAddress ) : System.Threading.Tasks.Task |
||
hostNameOrAddress | string | |
return | System.Threading.Tasks.Task |
public SendPingAsync ( string hostNameOrAddress, int timeout ) : System.Threading.Tasks.Task |
||
hostNameOrAddress | string | |
timeout | int | |
return | System.Threading.Tasks.Task |
public SendPingAsync ( string hostNameOrAddress, int timeout, byte buffer ) : System.Threading.Tasks.Task |
||
hostNameOrAddress | string | |
timeout | int | |
buffer | byte | |
return | System.Threading.Tasks.Task |
public SendPingAsync ( string hostNameOrAddress, int timeout, byte buffer, System options ) : System.Threading.Tasks.Task |
||
hostNameOrAddress | string | |
timeout | int | |
buffer | byte | |
options | System | |
return | System.Threading.Tasks.Task |