1 type derived from CommandStream
System (1)
net\System\Net\_FtpControlStream.cs (1)
44internal class FtpControlStream : CommandStream {
4 references to CommandStream
System (4)
net\System\Net\_CommandStream.cs (4)
457CommandStream connection = (CommandStream)asyncResult.AsyncState; 709internal CommandStream Connection; 711internal ReceiveState(CommandStream connection)