BaseEndpointSetProxy Method (Uri) |
Sets a Proxy Server to be used.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public void SetProxy(
Uri address
)
Public Sub SetProxy (
address As Uri
)
Parameters
- address
- Type: SystemUri
Proxy Address.
See Also