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