BasicHtmlWebResponseObject.InitializeContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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