Class WebSocketMessage<T>
Class WebSocketMessage
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 |