Class WebSocketCloseCompleteArgs
Arguments for OnComplete.
Inherited Members
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 |