←Select platform

UriOperationProxy Property

Summary

Gets or sets proxy information used with URI-based operations

Syntax
C#
VB
C++
public IWebProxy UriOperationProxy { get; set; } 
Public Property UriOperationProxy As IWebProxy 
public: 
property IWebProxy^ UriOperationProxy { 
   IWebProxy^ get(); 
   void set (    IWebProxy^ ); 
} 

Property Value

The IWebProxy object to use to proxy URI-based operation. The default is a null reference.

Remarks

NOTE: This topic is part of RasterCodecs Async support using the .NET System.ComponentMode.AsyncOperation model. For .NET async/await support this type/member is not used. Instead, refer to RasterCodecs Async Operations.

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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly