BasicHtmlWebResponseObject.InitializeContent(CancellationToken) Method

Definition

Reads the response content from the web response.

[System.Diagnostics.CodeAnalysis.MemberNotNull("Content")]
protected void InitializeContent(System.Threading.CancellationToken cancellationToken);
[<System.Diagnostics.CodeAnalysis.MemberNotNull("Content")>]
member this.InitializeContent : System.Threading.CancellationToken -> unit
Protected Sub InitializeContent (cancellationToken As CancellationToken)

Parameters

cancellationToken
CancellationToken

The cancellation token.

Attributes

Applies to