IWebSocket.Close(UInt16, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
關閉 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 編碼的資料,其中包含有關關閉的其他資訊。
- 屬性