HttpClient.CancelPendingRequests 메서드
정의
이 인스턴스에서 보류 중인 모든 요청을 취소합니다.Cancel all pending requests on this instance.
public:
void CancelPendingRequests();
public void CancelPendingRequests ();
member this.CancelPendingRequests : unit -> unit
Public Sub CancelPendingRequests ()
설명
이 메서드를 호출한 후에 HttpClient 도 인스턴스를 사용 하 여 추가 요청을 실행할 수 있습니다.After calling this method, the HttpClient instance can still be used to execute additional requests.