WebSocketOptions.ReplaceFeature Property

Definition

Gets or sets if the middleware should replace the WebSocket implementation provided by a component earlier in the stack. This is false by default.

public:
 property bool ReplaceFeature { bool get(); void set(bool value); };
public bool ReplaceFeature { get; set; }
member this.ReplaceFeature : bool with get, set
Public Property ReplaceFeature As Boolean

Property Value

Applies to