7 references to Pause
System.Net.Requests (7)
System\Net\CommandStream.cs (1)
330else if (result == PipelineInstruction.Pause)
System\Net\FtpControlStream.cs (6)
202return PipelineInstruction.Pause; 422return PipelineInstruction.Pause; 665return PipelineInstruction.Pause; //if we already started then this is re-entering into the callback where we proceed with the stream 722result = PipelineInstruction.Pause; 737result = PipelineInstruction.Pause; 751result = PipelineInstruction.Pause;