In The Hand LtdIn The Hand
Send Method (address)
NamespacesInTheHand.Net.NetworkInformationPingSend(IPAddress)
.NET Components for Mobility
Attempts to send an Internet Control Message Protocol (ICMP) echo message to the computer that has the specified IPAddress, and receive a corresponding ICMP echo reply message from that computer.
Declaration Syntax
C#Visual Basic
public PingReply Send(
	IPAddress address
)
Public Function Send ( _
	address As IPAddress _
) As PingReply
Parameters
address (IPAddress)
An IPAddress that identifies the computer that is the destination for the ICMP echo message.
Return Value
A PingReply object that provides information about the ICMP echo reply message, if one was received, or describes the reason for the failure if no message was received.
Exceptions
ExceptionCondition
ArgumentNullExceptionaddress is a null reference (Nothing in Visual Basic).

Assembly: InTheHand.Net (Module: InTheHand.Net) Version: 7.0.0.0