Search Results for

    Show / Hide Table of Contents

    Class WebSocketOpenFailureArgs

    Arguments for OnFailure.

    Inheritance
    System.Object
    Serializable
    Dynamic
    WebSocketOpenFailureArgs
    Inherited Members
    Dynamic.DynamicProperties
    Dynamic.GetDynamicValue(String)
    Dynamic.SetDynamicValue(String, Object)
    Dynamic.UnsetDynamicValue(String)
    Serializable.IsDirty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class WebSocketOpenFailureArgs : Dynamic

    Properties

    Exception

    Gets or sets the exception generated while connecting.

    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 failure to connect.

    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.14.6