ReprojectionProviderProxy Property |
Gets or sets the proxy used for a web request. Especially for setting the proxy URI
and/or credentials, a new WebProxy object can be created assigned to this property.
Namespace:
Ptv.XServer.Controls.Map.Layers
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public IWebProxy Proxy { get; set; }
Public Property Proxy As IWebProxy
Get
Set
public:
property IWebProxy^ Proxy {
IWebProxy^ get ();
void set (IWebProxy^ value);
}
member Proxy : IWebProxy with get, set
Property Value
Type:
IWebProxySee Also