DotMSN

ConnectivitySettings Properties

The properties of the ConnectivitySettings class are listed below. For a complete list of ConnectivitySettings class members, see the ConnectivitySettings Members topic.

Public Instance Properties

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.

See Also

ConnectivitySettings Class | XihSolutions.DotMSN Namespace