Freigeben über


IWebSocket.Close(UInt16, String) Methode

Definition

Schließt das 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)

Parameter

code
UInt16

unsigned short

uint16_t

Statuscode, der den Grund für die Schließung angibt.

reason
String

Platform::String

winrt::hstring

Optionale UTF-8-codierte Daten mit zusätzlichen Informationen zum Schließen.

Attribute

Gilt für: