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

Initializes a new instance of the IPAddress class.

Overload List

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

[Visual Basic] Overloads Public Sub New(Integer)
[C#] public IPAddress(int);
[C++] public: IPAddress(int);
[JScript] public function IPAddress(int);

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

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

See Also

IPAddress Class | IPAddress Members | System.Net Namespace