ConnectivitySettings
|
Overloaded. Initializes a new instance of the ConnectivitySettings class. |
Host | Hostname of the MSN server. Defaults is messenger.hotmail.com |
PassportUri | The uri of the passport server to authenticate the contactlist owner. Defaults to "https://loginnet.passport.com/login2.srf" |
Port | Port of the MSN server. Default is 1863. |
ProxyHost | The host of the proxy. This must be filled in when ProxyType is set to something else than ProxyType.None. |
ProxyPassword | The username used when accessing the proxy. This must be filled in when ProxyType is set to something else than ProxyType.None. |
ProxyPort | The port used to access the proxy. This must be filled in when ProxyType is set to something else than ProxyType.None. |
ProxyType | The ProxyType used. If ProxyType is set to something else than ProxyType.None a proxy server is used, using Socks4 or Socks 5 depending on the type. Read-only. |
ProxyUsername | The username used when accessing the proxy. This must be filled in when ProxyType is set to something else than ProxyType.None. |
WebProxy | If this is not null a webproxy is used in all HTTP request in the library. An important HTTP request is the authentication with Passport.com. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString | A string that shows the current host and port. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
ConnectivitySettings Class | XihSolutions.DotMSN Namespace