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