Gets or sets the proxy server to be used with this connection.
Namespace: Ico.EwxAssembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public IWebProxy Proxy { get; set; } |
| Visual Basic |
|---|
Public Property Proxy As IWebProxy Get Set |
| JScript |
|---|
function get Proxy () : IWebProxy function set Proxy (value : IWebProxy) |