Class WebSocketOpenFailureArgs
Arguments for OnFailure.
Inherited Members
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public class WebSocketOpenFailureArgs : Dynamic
Properties
Exception
Gets or sets the exception generated while connecting.
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 failure to connect.
Declaration
public WebSocketStatusCode StatusCode { get; set; }
Property Value
Type | Description |
---|---|
WebSocketStatusCode |