Interface IMethodResponse
Represents a service response.
Namespace: Copper.Remoting.Common.Interface
Assembly: Copper.Remoting.Common.dll
Syntax
public interface IMethodResponse
Properties
View SourceMessage
Gets the response message.
Declaration
string Message { get; }
Property Value
Type | Description |
---|---|
System.String | The response message. |