Connect Method
Connect to a remote host.
Syntax
[VB.NET] Public Sub Connect(ByVal Host As String)
[C#] public void Connect(string host);
Remarks
Calling this method is equivalent to setting the RemoteHost property to Host and then setting the Connected property to True.
NOTE: This method has a corresponding asynchronous version (ConnectAsync) for use in the WinRT environment.