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)
409
CommandStream
stream = state.Connection;
437
CommandStream
connection = (
CommandStream
)asyncResult.AsyncState!;
709
internal
CommandStream
Connection;
711
internal ReceiveState(
CommandStream
connection)