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