7 references to Pause
System.Net.Requests (7)
System\Net\CommandStream.cs (1)
332else if (result == PipelineInstruction.Pause)
System\Net\FtpControlStream.cs (6)
204return PipelineInstruction.Pause; 424return PipelineInstruction.Pause; 667return PipelineInstruction.Pause; //if we already started then this is re-entering into the callback where we proceed with the stream 724result = PipelineInstruction.Pause; 739result = PipelineInstruction.Pause; 753result = PipelineInstruction.Pause;