Show / Hide Table of Contents
View Source

Class Message<T>

Inheritance
System.Object
Message<T>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:EvilDICOM.Network.Messaging
Assembly:EvilDICOM.dll
Syntax
public class Message<T> : IMessage
Type Parameters
Name Description
T

Properties

View Source

DynPayload

Declaration
public object DynPayload { get; }
Property Value
Type Description
System.Object
Implements
IMessage.DynPayload
View Source

Payload

Declaration
public T Payload { get; set; }
Property Value
Type Description
T
View Source

Type

Declaration
public MessageType Type { get; set; }
Property Value
Type Description
MessageType
Implements
IMessage.Type
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX