Dart.PowerTCP.SslSockets Namespace > Ping Class > Ping Constructor : Ping Constructor() |
Initializes a new instance of the Ping class.
[Visual Basic]
Public Function New()
[C#]
public Ping();
[C++]
public: Ping();
[C++/CLI]
public:
Ping();
The default constructor initializes a new instance of the Ping class.
To create an instance of the Ping component using Visual Studio.NET, simply add the Ping component to the form and the object will automatically be created and initialized. If working out of the Visual Studio.NET environment (or using the Ping component as a reference), the Ping component will have to be explicitly created and initialized.
The following table shows initial property values for an instance of Ping.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Ping Class | Ping Members | Overload List
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.