Click or drag to resize

InternetSettingsContract Class

DataContract with Internet (proxy) settings
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContractsInternetSettingsContract

Namespace:  SOS.SDK.Contracts.DataContracts
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public class InternetSettingsContract

The InternetSettingsContract type exposes the following members.

Constructors
  NameDescription
Public methodInternetSettingsContract
Initializes a new instance of the InternetSettingsContract class
Top
Properties
  NameDescription
Public propertyAddress
Proxy Server address
Public propertyPassword
Proxy credentials User Password
Public propertyPort
Proxy Server port
Public propertyProxyEnable
Enable proxy settings. In order to setup Manual settings - set to True. In order to use Automatic configuration (using Internet Explorer settings) - set to False.
Public propertyUser
Proxy credentials User Name
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also