Constructor to instantiate a ConnectivitySettings object.
Constructor to instantiate a ConnectivitySettings object.
public ConnectivitySettings();
Constructs a ConnectivitySettings with custom host and port.
public ConnectivitySettings(string,int);
Constructs a ConnectivitySettings which uses a Web proxy for all HTTP connections made.
public ConnectivitySettings(string,int,WebProxy);
Constructs a ConnectivitySettings which uses a proxy in all direct TCP communications with the messenger servers. This means HTTP resources for authenticating the user with Passport.com are accessed directly.
public ConnectivitySettings(string,int,string,int,string,string,ProxyType);
Constructs a ConnectivitySettings which uses a socks proxy in all direct TCP communications with the messenger servers. HTTP resources are accessed via the supplied WebProxy.
public ConnectivitySettings(string,int,string,int,string,string,ProxyType,WebProxy);
Copy constructor.
public ConnectivitySettings(ConnectivitySettings);
ConnectivitySettings Class | XihSolutions.DotMSN Namespace