Edit

ProxyHttpClient.DeleteProxyAsync Method

Definition

[Preview API]

public System.Threading.Tasks.Task DeleteProxyAsync(string proxyUrl, string site = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
member this.DeleteProxyAsync : string * string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task

Parameters

proxyUrl
String
site
String
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to