NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IPAddress Constructor (String)

Initializes a new instance of the IPAddress class with the specified address.

[Visual Basic]
Overloads Public Sub New( _
   ByVal IPstring As String _
)
[C#]
public IPAddress(
   string IPstring
);
[C++]
public: IPAddress(
   String* IPstring
);
[JScript]
public function IPAddress(
   IPstring : String
);

Parameters

IPstring
An internet address in dotted-quad notation (i.e. 192.168.1.2).

See Also

IPAddress Class | IPAddress Members | System.Net Namespace | IPAddress Constructor Overload List