Class StreamOptions
Options for streaming requests.
Inherited Members
Namespace: Glitch9.IO.Networking.RESTApi
Assembly: Glitch9.IO.dll
Syntax
public sealed class StreamOptions
Properties
| Edit this page View SourceFrameValidator
Optional. The byte framer for framing the byte stream.
Declaration
public IFrameValidator FrameValidator { get; set; }
Property Value
| Type | Description |
|---|---|
| IFrameValidator |
FramerType
This is used to frame the byte stream when receiving binary data.
Declaration
public FramerType FramerType { get; set; }
Property Value
| Type | Description |
|---|---|
| FramerType |
PostProcessor
Optional.
Declaration
public IStreamPostProcessor PostProcessor { get; set; }
Property Value
| Type | Description |
|---|---|
| IStreamPostProcessor |