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