다음을 통해 공유


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 개체에 대한 비동기 연결 작업입니다.

특성

적용 대상

추가 정보