DotMSN

ConnectivitySettings Constructor (String, Int32, WebProxy)

Constructs a ConnectivitySettings which uses a Web proxy for all HTTP connections made.

[Visual Basic]
Overloads Public Sub New( _
   ByVal host As String, _
   ByVal port As Integer, _
   ByVal webProxy As WebProxy _
)
[C#]
public ConnectivitySettings(
   string host,
   int port,
   WebProxy webProxy
);

Parameters

host
Host of messenger server. Standard is messenger.hotmail.com
port
Port of messenger server. Standard is 1863
webProxy
Webproxy to be used when accessing HTTP resources

See Also

ConnectivitySettings Class | XihSolutions.DotMSN Namespace | ConnectivitySettings Constructor Overload List