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)
411CommandStream stream = state.Connection; 439CommandStream connection = (CommandStream)asyncResult.AsyncState!; 716internal CommandStream Connection; 718internal ReceiveState(CommandStream connection)