Class WebSocketStreamFailureArgs
Arguments for OnStreamFailure.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|
System.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 |