Network Class
NAMESPACE
RASAdminEngine.Core.OutputModels.ClientRulesPolicy
DESCRIPTION
Sessions Network Policy
INHERITED FROM
RASSerilazableObj⇒Network
INTERFACES
ISerializable
IComparable
PUBLIC PROPERTIES
Type | Name | Description | |
---|---|---|---|
Boolean | Enabled | Whether Network policy is enabled or not | |
Boolean | ProxyAuthentication | Check the box if the proxy requires any authentication | |
String | ProxyHost | The proxy host | |
UInt32 | ProxyPort | The proxy port | |
ProxyType | The Proxy Type | ||
Boolean | ProxyUseLogonCredentials | Will use the user logon credentials | |
String | ProxyUsername | The proxy username authentication | |
Boolean | UseProxyServer | Check the box if you want to use a proxy server |
PUBLIC METHODS
Type | Name | Description | |
---|---|---|---|
Int32 | CompareTo (Object obj) | Inherited from RASSerilazableObj | |
Boolean | Equals (Object obj) | Inherited from RASSerilazableObj | |
Int32 | GetHashCode () | Inherited from RASSerilazableObj | |
Type | GetType () | ||
String | ToString () |
Last updated