System.Xml.XmlDictionaryWriter.WriteBase64Async C# (CSharp) Method

WriteBase64Async() public method

public WriteBase64Async ( byte buffer, int index, int count ) : System.Threading.Tasks.Task
buffer byte
index int
count int
return System.Threading.Tasks.Task
        public override System.Threading.Tasks.Task WriteBase64Async(byte[] buffer, int index, int count) { throw null; }
        public void WriteElementString(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value) { }