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
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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