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!

ServicePoint.Address

Gets the Uniform Resource Identifier of the ServicePoint.

[Visual Basic]
Public ReadOnly Property Address As URI
[C#]
public URI Address {get;}
[C++]
public: __property URI* get_Address();
[JScript]
public function get Address() : URI;

See Also

ServicePoint Class | ServicePoint Members | System.Net Namespace