BasicHtmlWebResponseObject.InitializeContent Method

Definition

Overloads

InitializeContent()

Reads the response content from the web response.

InitializeContent(CancellationToken)

Reads the response content from the web response.

InitializeContent()

Reads the response content from the web response.

protected void InitializeContent ();
member this.InitializeContent : unit -> unit
override this.InitializeContent : unit -> unit
Protected Sub InitializeContent ()

Applies to

InitializeContent(CancellationToken)

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")>]
override this.InitializeContent : System.Threading.CancellationToken -> unit
Protected Sub InitializeContent (cancellationToken As CancellationToken)

Parameters

cancellationToken
CancellationToken

The cancellation token.

Attributes

Applies to