Table of Contents

Enum RequestDuplex

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
NOTE
Experimental
The duplex read-only property of the Request interface returns the duplex mode of the request, which determines whether the browser must send the entire request before processing the response.
[To("None")]
public enum RequestDuplex

Fields

[EnumValue("half")] Half = 0

Remarks