HttpResponseWrapper.ClientDisconnectedToken Egenskap

Definition

Hämtar ett CancellationToken objekt som utlöss när klienten kopplas från.

public:
 virtual property System::Threading::CancellationToken ClientDisconnectedToken { System::Threading::CancellationToken get(); };
public override System.Threading.CancellationToken ClientDisconnectedToken { get; }
member this.ClientDisconnectedToken : System.Threading.CancellationToken
Public Overrides ReadOnly Property ClientDisconnectedToken As CancellationToken

Egenskapsvärde

Den annulleringstoken som utlösts när klienten kopplas från.

Kommentarer

Mer information finns i HttpResponse.ClientDisconnectedToken.

Gäller för