![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > RasterCodecs Class : UriOperationProxy Property |
public IWebProxy UriOperationProxy {get; set;}
'Declaration
Public Property UriOperationProxy As IWebProxy
'Usage
Dim instance As RasterCodecs Dim value As IWebProxy instance.UriOperationProxy = value value = instance.UriOperationProxy
public IWebProxy UriOperationProxy {get; set;}
<br/>get_UriOperationProxy();<br/>set_UriOperationProxy(value);<br/>Object.defineProperty('UriOperationProxy');
public: property IWebProxy^ UriOperationProxy { IWebProxy^ get(); void set ( IWebProxy^ value); }
The UriOperationProxy property identifies the WebProxy object to use to process requests to Internet resources.
To override the default proxy to use when accessing a remote resource, you must change the value of the UriOperationProxy property prior to calling any of these methods:
To change the authentication information to use when accessing a remote resource, use the UriOperationCredentials property.