Base:
method
WriteBase64Async
System.Xml.XmlWriter.WriteBase64Async(System.Byte[], System.Int32, System.Int32)
1 override of WriteBase64Async
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\XmlByteStreamWriter.cs (1)
128
public override Task
WriteBase64Async
(byte[] buffer, int index, int count)
1 reference to WriteBase64Async
System.Runtime.Serialization (1)
System\Xml\XmlDictionaryWriter.cs (1)
660
task = thisPtr.writer.
WriteBase64Async
(thisPtr.block, 0, thisPtr.bytesRead);