Base:
method
Write
System.IO.Stream.Write(System.Byte[], System.Int32, System.Int32)
8 references to Write
System (8)
net\System\Net\_CommandStream.cs (1)
238Write(sendBuffer, 0, sendBuffer.Length);
net\System\Net\_ConnectStream.cs (5)
645m_Connection.Write(NclConstants.ChunkTerminator, 0, NclConstants.ChunkTerminator.Length); 1104m_Connection.Write(buffer, offset, size); 2214m_Connection.Write(writeBuffer, 0, writeBufferLength); 2445m_Connection.Write(NclConstants.ChunkTerminator, 0, NclConstants.ChunkTerminator.Length); 2620m_Connection.Write(NclConstants.ChunkTerminator, 0, NclConstants.ChunkTerminator.Length);
net\System\Net\mail\smtpconnection.cs (1)
193pooledStream.Write(bufferBuilder.GetBuffer(), 0, bufferBuilder.Length);
net\System\Net\mail\SmtpTransport.cs (1)
44this.Write(SmtpCommands.Quit, 0, SmtpCommands.Quit.Length);