LEADTOOLS Image File Support (Leadtools.Codecs assembly)

UriOperationCredentials Property

Show in webframe







Gets or sets authentication information used with URI-based operations
Syntax
public ICredentials UriOperationCredentials {get; set;}
'Declaration
 
Public Property UriOperationCredentials As ICredentials
'Usage
 
Dim instance As RasterCodecs
Dim value As ICredentials
 
instance.UriOperationCredentials = value
 
value = instance.UriOperationCredentials
public ICredentials UriOperationCredentials {get; set;}

            

            
 
get_UriOperationCredentials();
set_UriOperationCredentials(value);
Object.defineProperty('UriOperationCredentials');
public:
property ICredentials^ UriOperationCredentials {
   ICredentials^ get();
   void set (    ICredentials^ value);
}

Property Value

An System.Net.ICredentials that contains the authentication credentials used with URI-based operations. The default is a null reference (Nothing in Visual Basic).
Remarks

The UriOperationCredentials is used to authenticate the required access to a remote resource.

To override the default credentials to use when accessing a remote resource, you must change the value of the UriOperationCredentials property prior to calling any of these methods:

To change the proxy information to use when accessing a remote resource, use the UriOperationProxy 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.