다음을 통해 공유


IWebSocket.Close(UInt16, String) 메서드

정의

IWebSocket을 닫습니다.

public:
 void Close(unsigned short code, Platform::String ^ reason);
/// [Windows.Foundation.Metadata.Overload("CloseWithStatus")]
void Close(uint16_t const& code, winrt::hstring const& reason);
[Windows.Foundation.Metadata.Overload("CloseWithStatus")]
public void Close(ushort code, string reason);
function close(code, reason)
Public Sub Close (code As UShort, reason As String)

매개 변수

code
UInt16

unsigned short

uint16_t

닫는 이유를 나타내는 상태 코드입니다.

reason
String

Platform::String

winrt::hstring

폐쇄에 대한 추가 정보가 포함된 선택적 UTF-8로 인코딩된 데이터입니다.

특성

적용 대상