ExplicitProxy 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.
Explicit Proxy Settings in Firewall Policy.
public class ExplicitProxy
type ExplicitProxy = class
Public Class ExplicitProxy
- Inheritance
-
ExplicitProxy
Constructors
ExplicitProxy() |
Initializes a new instance of the ExplicitProxy class. |
ExplicitProxy(Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, Nullable<Int32>, String) |
Initializes a new instance of the ExplicitProxy class. |
Properties
EnableExplicitProxy |
Gets or sets when set to true, explicit proxy mode is enabled. |
EnablePacFile |
Gets or sets when set to true, pac file port and url needs to be provided. |
HttpPort |
Gets or sets port number for explicit proxy http protocol, cannot be greater than 64000. |
HttpsPort |
Gets or sets port number for explicit proxy https protocol, cannot be greater than 64000. |
PacFile |
Gets or sets SAS URL for PAC file. |
PacFilePort |
Gets or sets port number for firewall to serve PAC file. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET