Click or drag to resize
ProxySettings Class
Proxyinställningar.
Inheritance Hierarchy
SystemObject
  Six.Sixp.ClientProxySettings

Namespace: Six.Sixp.Client
Assembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntax
C#
public class ProxySettings

The ProxySettings type exposes the following members.

Constructors
  NameDescription
Public methodProxySettings
Initializes a new instance of the ProxySettings class
Top
Properties
  NameDescription
Public propertyAddress
SIXP host and port in format server:port
Public propertyPassword
Proxy Password
Public propertyPort
IP-port.
Public propertyType
Proxy type
Public propertyUsername
Proxy username.
Top
See Also