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