System.Xml.XmlDictionaryWriter.WriteBase64Async C# (CSharp) 메소드

WriteBase64Async() 공개 메소드

public WriteBase64Async ( byte buffer, int index, int count ) : System.Threading.Tasks.Task
buffer byte
index int
count int
리턴 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) { }