示例#1
0
 private void BeginSendMetadata(CancellationToken token)
 {
     task = MetadataExchange.WriteAsync(Writer, server.Metadata, token);
 }