Search Results for

    Show / Hide Table of Contents

    Class WebSocketSendArgs

    Send arguments for the WebSocket class.

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

    Constructors

    WebSocketSendArgs()

    Creates a new WebSocketSendArgs instance.

    Declaration
    public WebSocketSendArgs()

    Properties

    BinaryMessage

    Gets or sets the message to send as binary data.

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

    TextMessage

    Gets or sets the message to send as text data.

    Declaration
    public string TextMessage { get; set; }
    Property Value
    Type Description
    System.String

    Timeout

    Gets or sets the timeout for the request (in ms).

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