Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 994 Bytes

messagewebsocket_sendnonfinalframeasync_1560905117.md

File metadata and controls

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

Windows.Networking.Sockets.MessageWebSocket.SendNonfinalFrameAsync

-description

Asynchronously (with progress) writes a frame of data in a sequential stream, with the semantics that more frames will follow for the same WebSocket message (the FIN bit on this frame is set to 0). This method and SendFinalFrameAsync 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