共用方式為


IWebSocket.ConnectAsync(Uri) 方法

定義

啟動非同步作業,以連線到 IWebSocket 物件上的遠端網路目的地。

public:
 IAsyncAction ^ ConnectAsync(Uri ^ uri);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction ConnectAsync(Uri const& uri);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction ConnectAsync(System.Uri uri);
function connectAsync(uri)
Public Function ConnectAsync (uri As Uri) As IAsyncAction

參數

uri
Uri Uri

要連線的伺服器絕對 URI

傳回

IWebSocket物件上的非同步連接作業。

屬性

適用於

另請參閱