dotConnect for Dynamics 365 Documentation
Devart.Common Namespace / ProxyOptions Class
Fields Properties Methods Events

ProxyOptions Class Members

The following tables list the members exposed by ProxyOptions.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public FieldThe default value for the Port property.  
Public Fieldstatic (Shared in Visual Basic)Represents the name of proxy host parameter in the connection string.  
Public Fieldstatic (Shared in Visual Basic)Represents the name of proxy password parameter in the connection string.  
Public Fieldstatic (Shared in Visual Basic)Represents the name of proxy port parameter in the connection string.  
Public Fieldstatic (Shared in Visual Basic)Represents the name of proxy user parameter in the connection string.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the host name or IP address of the proxy server to which to connect.  
Public PropertyGets or sets the password for the proxy server account.  
Public PropertyGets or sets the port number of the proxy server.  
Public PropertyGets the uniform resource identifier (URI), generated from the values of the Host, Port, User, and Password properties.  
Public PropertyGets or sets the proxy server account name.  
Top
Public Methods
 NameDescription
Public MethodIndicates whether designers should serialize this instanse.  
Public MethodReturns a System.String that represents the current System.Object  
Top
Public Events
 NameDescription
Public EventOccurs when one of the properties of the ProxyOptions was changed.  
Top
See Also