Class StreamPipeOptions
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class StreamPipeOptions
- Inheritance
-
StreamPipeOptions
- Inherited Members
-
Constructors
StreamPipeOptions()
public StreamPipeOptions()
Fields
PreventAbort
[Value("preventAbort")]
public bool PreventAbort
Field Value
- bool
PreventCancel
[Value("preventCancel")]
public bool PreventCancel
Field Value
- bool
PreventClose
[Value("preventClose")]
public bool PreventClose
Field Value
- bool
Signal
[Value("signal")]
public AbortSignal Signal
Field Value
- AbortSignal