Search Results for

    Show / Hide Table of Contents

    Class WebSocketReceiveArgs

    Arguments for OnReceive.

    Inheritance
    System.Object
    Serializable
    Dynamic
    WebSocketReceiveArgs
    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 WebSocketReceiveArgs : Dynamic

    Properties

    BinaryMessage

    Gets or sets the message received from the server as binary data.

    Declaration
    public byte[] BinaryMessage { get; set; }
    Property Value
    Type Description
    System.Byte[]

    IsText

    Gets whether or not the received message is text.

    Declaration
    public bool IsText { get; }
    Property Value
    Type Description
    System.Boolean

    OpenArgs

    Gets or sets the original arguments passed to the open method.

    Declaration
    public WebSocketOpenArgs OpenArgs { get; set; }
    Property Value
    Type Description
    WebSocketOpenArgs

    TextMessage

    Gets or sets the message received from the server as text data.

    Declaration
    public string TextMessage { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0