Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class WebSocketMessage<T>

    Class WebSocketMessage

    Inheritance
    System.Object
    WebSocketMessage<T>
    WebSocketMessageInfo
    Namespace: MediaBrowser.Model.Net
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class WebSocketMessage<T>
    Type Parameters
    Name Description
    T

    Properties

    Data

    Gets or sets the data.

    Declaration
    public T Data { get; set; }
    Property Value
    Type Description
    T

    The data.

    MessageId

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

    MessageType

    Gets or sets the type of the message.

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

    The type of the message.

    ServerId

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

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.