Class EchoServiceResponse
Inheritance
System.Object
EchoServiceResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class EchoServiceResponse : ServiceResponse
Constructors
EchoServiceResponse()
Declaration
public EchoServiceResponse()
Properties
EchoText
Echoed Text
Declaration
public string EchoText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HostName
The Host (Server) that processed the request
Declaration
public string HostName { get; set; }
Property Value
Type | Description |
---|---|
System.String |