Unosquare
    Show / Hide Table of Contents

    Interface IWebSocketReceiveResult

    Interface for WebSocket Receive Result object.

    Namespace: EmbedIO.WebSockets
    Syntax
    public interface IWebSocketReceiveResult

    Properties

    Count

    Gets the count.

    Declaration
    int Count { get; }
    Property Value
    Type Description
    Int32

    The count.

    EndOfMessage

    Gets a value indicating whether [end of message].

    Declaration
    bool EndOfMessage { get; }
    Property Value
    Type Description
    Boolean

    true if [end of message]; otherwise, false.

    MessageType

    Gets the type of the message.

    Declaration
    int MessageType { get; }
    Property Value
    Type Description
    Int32

    The type of the message.

    Comments

    Back to top Copyright © 2017-2019 Unosquare