IWebSocket.Close(UInt16, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Closes the 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)
Parameters
- code
-
UInt16
unsigned short
uint16_t
Status code indicating the reason for closure.
- reason
-
String
Platform::String
winrt::hstring
Optional UTF-8-encoded data with additional information about the closure.
- Attributes