VisionServiceAdvancedOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents advanced options and parameters on the VisionService object.
public class VisionServiceAdvancedOptions
type VisionServiceAdvancedOptions = class
Public Class VisionServiceAdvancedOptions
- Inheritance
-
VisionServiceAdvancedOptions
Properties
HttpProxy |
Gets or set the URL of the HTTP proxy server |
HttpProxyPassword |
Gets or set the password required to access the HTTP proxy server |
HttpProxyPort |
Gets or set the port of the HTTP proxy server |
HttpProxyUserName |
Gets or set the user name required to access the HTTP proxy server |
Transport |
The HttpPipelineTransport to be used for this client. |
Extension Methods
GetProperty(VisionServiceAdvancedOptions, String, String) |
Gets the value of an advanced property by name. |
SetProperty(VisionServiceAdvancedOptions, String, String) |
Sets the value of an advanced property by name. |