Home
last modified time | relevance | path

Searched refs:BeginWriteBase64 (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Channels/System/ServiceModel/Channels/
H A DXmlByteStreamWriter.cs130 …return Task.Factory.FromAsync(this.BeginWriteBase64, this.EndWriteBase64, buffer, index, count, nu… in WriteBase64Async()
133 …internal IAsyncResult BeginWriteBase64(byte[] buffer, int index, int count, AsyncCallback callback… in BeginWriteBase64() method in System.ServiceModel.Channels.XmlByteStreamWriter
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/System/Xml/
H A DXmlDictionaryWriter.cs36 …return Task.Factory.FromAsync(this.BeginWriteBase64, this.EndWriteBase64, buffer, index, count, nu… in WriteBase64Async()
39 …internal virtual IAsyncResult BeginWriteBase64(byte[] buffer, int index, int count, AsyncCallback … in BeginWriteBase64() method in System.Xml.XmlDictionaryWriter
642 …result = thisPtr.writer.BeginWriteBase64(thisPtr.block, 0, thisPtr.bytesRead, onContinueWork, this… in HandleWriteBlock()
H A DXmlBaseWriter.cs1368 …internal override IAsyncResult BeginWriteBase64(byte[] buffer, int offset, int count, AsyncCallbac… in BeginWriteBase64() method in System.Xml.XmlBaseWriter