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 : UriOperationCredentials Property |
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;}
<br/>get_UriOperationCredentials();<br/>set_UriOperationCredentials(value);<br/>Object.defineProperty('UriOperationCredentials');
public: property ICredentials^ UriOperationCredentials { ICredentials^ get(); void set ( ICredentials^ value); }
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.