WebAssemblyHttpRequestMessageExtensions.SetBrowserRequestStreamingEnabled 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.
Configures streaming request for the HTTP request.
public static System.Net.Http.HttpRequestMessage SetBrowserRequestStreamingEnabled (this System.Net.Http.HttpRequestMessage requestMessage, bool streamingEnabled);
static member SetBrowserRequestStreamingEnabled : System.Net.Http.HttpRequestMessage * bool -> System.Net.Http.HttpRequestMessage
<Extension()>
Public Function SetBrowserRequestStreamingEnabled (requestMessage As HttpRequestMessage, streamingEnabled As Boolean) As HttpRequestMessage
Parameters
- requestMessage
- HttpRequestMessage
The HttpRequestMessage.
- streamingEnabled
- Boolean
true
if streaming is enabled; otherwise false
.
Returns
The HttpRequestMessage.
Remarks
This API is only effective when the browser HTTP Fetch supports request streaming. Requires HTTP/2 or higher server support. See https://developer.mozilla.org/en-US/docs/Web/API/Request.