次の方法で共有


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 でエンコードされたデータと、クロージャに関する追加情報。

属性

適用対象