Class MethodResponse
Represents a service response.
Inheritance
System.Object
MethodResponse
Implements
Namespace: Copper.Remoting.InMemory.Common.V1
Assembly: Copper.Remoting.InMemory.Common.dll
Syntax
[Serializable]
public class MethodResponse : IMethodResponse
Properties
View SourceMessage
Gets or sets the response message.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String | The response message. |