Search Results for

    Show / Hide Table of Contents

    Class WebSocketCloseCompleteArgs

    Arguments for OnComplete.

    Inheritance
    System.Object
    Serializable
    Dynamic
    WebSocketCloseCompleteArgs
    Inherited Members
    Dynamic.DynamicProperties
    Dynamic.GetDynamicValue(String)
    Dynamic.SetDynamicValue(String, Object)
    Dynamic.UnsetDynamicValue(String)
    Serializable.IsDirty
    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
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0