Class MethodRequest
Represents a service request.
Inheritance
System.Object
MethodRequest
Implements
Namespace: Copper.Remoting.MassTransit.Common.V1
Assembly: Copper.Remoting.MassTransit.Common.dll
Syntax
[Serializable]
public class MethodRequest : IMethodRequest
Constructors
View SourceMethodRequest(String)
Initializes a new instance of the MethodRequest class.
Declaration
public MethodRequest(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The request message. |
Properties
View SourceMessage
Gets the request message.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String | The request message. |