Class WebSocketCloseCompleteArgs
Arguments for OnComplete.
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 WebSocketCloseCompleteArgs : Dynamic
Properties
CloseArgs
Gets or sets the original arguments passed to the close method.
Declaration
public WebSocketCloseArgs CloseArgs { get; set; }
Property Value
Type | Description |
---|---|
WebSocketCloseArgs |
Reason
Gets or sets the reason given for closing the connection.
Declaration
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StatusCode
Gets or sets the status code associated with the close operation.
Declaration
public WebSocketStatusCode StatusCode { get; set; }
Property Value
Type | Description |
---|---|
WebSocketStatusCode |