1 type derived from CommandStream
System.Net.Requests (1)
System\Net\FtpControlStream.cs (1)
29internal sealed class FtpControlStream : CommandStream
5 references to CommandStream
System.Net.Requests (5)
System\Net\CommandStream.cs (5)
409CommandStream stream = state.Connection; 437CommandStream connection = (CommandStream)asyncResult.AsyncState!; 709internal CommandStream Connection; 711internal ReceiveState(CommandStream connection)