Skip to content

Class RawReplConfiguration

Namespace: Belay.Extensions.Configuration
Assembly: Belay.Extensions.dll

Configuration for Raw REPL protocol.

csharp
public class RawReplConfiguration

Inheritance

objectRawReplConfiguration

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Properties

InitializationTimeoutMs

Gets or sets the initialization timeout in milliseconds.

MaxRetries

Gets or sets the maximum retries for protocol operations.

WindowSize

Gets or sets the window size for flow control.

Released under the Apache License 2.0.