←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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly