Class WebSocketStreamFailureArgs
Arguments for OnStreamFailure.
Inherited Members
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class WebSocketStreamFailureArgs : Dynamic
Properties
Exception
Gets or sets the exception generated by the active connection.
Declaration
public Exception Exception { get; set; }
Property Value
Type | Description |
---|---|
Exception |
OpenArgs
Gets or sets the original arguments passed to the open method.
Declaration
public WebSocketOpenArgs OpenArgs { get; set; }
Property Value
Type | Description |
---|---|
WebSocketOpenArgs |
StatusCode
Gets or sets the status code associated with the stream failure.
Declaration
public WebSocketStatusCode StatusCode { get; set; }
Property Value
Type | Description |
---|---|
WebSocketStatusCode |