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