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