ServicePoint::Address Property
.NET Framework (current version)
Gets the Uniform Resource Identifier (URI) of the server that this ServicePoint object connects to.
Assembly: System (in System.dll)
Property Value
Type: System::Uri^An instance of the Uri class that contains the URI of the Internet server that this ServicePoint object connects to.
| Exception | Condition |
|---|---|
| NotSupportedException | The ServicePoint is in host mode. |
WebPermission
For using Address if the ServicePoint connects through a proxy server.
.NET Framework
Available since 1.1
Available since 1.1
Show: