LEADTOOLS Image File Support (Leadtools.Codecs assembly)

UriOperationProxy Property

Show in webframe







Gets or sets proxy information used with URI-based operations
Syntax
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;}

            

            
 
get_UriOperationProxy();
set_UriOperationProxy(value);
Object.defineProperty('UriOperationProxy');
public:
property IWebProxy^ UriOperationProxy {
   IWebProxy^ get();
   void set (    IWebProxy^ value);
}

Property Value

The System.Net.IWebProxy object to use to proxy URI-based operation. The default is a null reference (Nothing in Visual Basic).
Remarks

The UriOperationProxy property identifies the System.Net.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.

Example
For an example, refer to Save(RasterImage image, Uri uri, RasterImageFormat format, int bitsPerPixel, int firstPage, int lastPage).
Requirements

Target Platforms

See Also

Reference

RasterCodecs Class
RasterCodecs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.