Gets or sets proxy information used with URI-based operations
public IWebProxy UriOperationProxy { get; set; }
Public Property UriOperationProxy As IWebProxy
The IWebProxy object to use to proxy URI-based operation. The default is a null reference.
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.
For an example, refer to Save(RasterImage image, Uri uri, RasterImageFormat format, int bitsPerPixel, int firstPage, int lastPage).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET