[VB.NET]
Public Function ConnectAsync(ByVal Host As String, ByVal Port As Integer)AsTask
[C#]
public Task ConnectAsync(string host, int port);
Remarks
This method is the asynchronous version of the Connect method and is used to support asynchronous operations in WinRT. Please refer to Connect for more information.