MessageWebSocket.SendNonfinalFrameAsync(IBuffer) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
异步 (进度) 在顺序流中写入一个数据帧, (此帧上的 FIN 位设置为 0) ,则更多帧将遵循相同的 WebSocket 消息所遵循的语义。 使用此方法和 SendFinalFrameAsync 可以发送单个 WebSocket 帧。
public:
virtual IAsyncOperationWithProgress<unsigned int, unsigned int> ^ SendNonfinalFrameAsync(IBuffer ^ data) = SendNonfinalFrameAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<uint32_t, uint32_t> SendNonfinalFrameAsync(IBuffer const& data);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<uint,uint> SendNonfinalFrameAsync(IBuffer data);
function sendNonfinalFrameAsync(data)
Public Function SendNonfinalFrameAsync (data As IBuffer) As IAsyncOperationWithProgress(Of UInteger, UInteger)
参数
- data
- IBuffer
包含构成要发送的帧的数据的缓冲区。
返回
Windows.Foundation.IAsyncOperationWithProgress<unsigned int,unsigned int>
IAsyncOperationWithProgress<uint32_t,uint32_t>
具有进度的异步字节编写器操作。
- 属性
Windows 要求
设备系列 |
Windows 10, version 1803 (在 10.0.17134.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v6.0 中引入)
|
应用功能 |
internetClientServer
privateNetworkClientServer
|