Class PingBackMessage
The "ping back" response.
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: Kephas.Messaging.Messages
Assembly: Kephas.Messaging.dll
Syntax
public class PingBackMessage : ResponseMessage, IResponseMessage, IResponse, IMessage
Properties
| Improve this Doc View SourceServerTime
Gets or sets the server time.
Declaration
public DateTimeOffset ServerTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset | The server time. |