WebAssemblyHttpRequestMessageExtensions Class

Definition

Extension methods for configuring an instance of HttpRequestMessage with browser-specific options.

public ref class WebAssemblyHttpRequestMessageExtensions abstract sealed
public static class WebAssemblyHttpRequestMessageExtensions
type WebAssemblyHttpRequestMessageExtensions = class
Public Module WebAssemblyHttpRequestMessageExtensions
Inheritance
WebAssemblyHttpRequestMessageExtensions

Methods

SetBrowserRequestCache(HttpRequestMessage, BrowserRequestCache)

Configures a value for the 'cache' option for the HTTP request.

SetBrowserRequestCredentials(HttpRequestMessage, BrowserRequestCredentials)

Configures a value for the 'credentials' option for the HTTP request.

SetBrowserRequestIntegrity(HttpRequestMessage, String)

Configures a value for the 'integrity' option for the HTTP request.

SetBrowserRequestMode(HttpRequestMessage, BrowserRequestMode)

Configures a value for the 'mode' option for the HTTP request.

SetBrowserRequestOption(HttpRequestMessage, String, Object)

Configures a value for the HTTP request.

SetBrowserResponseStreamingEnabled(HttpRequestMessage, Boolean)

Configures streaming response for the HTTP request.

Applies to