Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 982 Bytes

messagewebsocket_sendfinalframeasync_1210635846.md

File metadata and controls

29 lines (20 loc) · 982 Bytes
-api-id -api-type
M:Windows.Networking.Sockets.MessageWebSocket.SendFinalFrameAsync(Windows.Storage.Streams.IBuffer)
winrt method

Windows.Networking.Sockets.MessageWebSocket.SendFinalFrameAsync

-description

Asynchronously (with progress) writes a frame of data in a sequential stream, with the semantics that this is the last frame in a WebSocket message (the FIN bit on this frame is set to 1). This method and SendNonfinalFrameAsync allow you to send individual WebSocket frames.

-parameters

-param data

A buffer containing the data that constitutes the frame to be sent.

-returns

An asynchronous byte writer operation with progress.

-remarks

-see-also

-examples

-capabilities

internetClientServer, privateNetworkClientServer