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 (Int32)

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

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

Parameters

newaddress
[To be supplied.]

See Also

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