Base:
method
Write
System.IO.Stream.Write(System.Byte[], System.Int32, System.Int32)
4 overrides of Write
System (4)
net\System\Net\mail\Base64Stream.cs (1)
395public override void Write(byte[] buffer, int offset, int count)
net\System\Net\mail\EightBitStream.cs (1)
105public override void Write(byte[] buffer, int offset, int count)
net\System\Net\mail\QEncodedStream.cs (1)
316public override void Write(byte[] buffer, int offset, int count)
net\System\Net\mail\QuotedPrintableStream.cs (1)
349public override void Write(byte[] buffer, int offset, int count)
5 references to Write
System (5)
net\System\Net\mail\Base64Stream.cs (1)
361base.Write(WriteState.Buffer, 0, WriteState.Length);
net\System\Net\mail\EightBitStream.cs (2)
119base.Write(WriteState.Buffer, 0, WriteState.Length); 125base.Write(buffer, offset, count);
net\System\Net\mail\QEncodedStream.cs (1)
311base.Write(WriteState.Buffer, 0, WriteState.Length);
net\System\Net\mail\QuotedPrintableStream.cs (1)
344base.Write(WriteState.Buffer, 0, WriteState.Length);