Show / Hide Table of Contents

    Class MethodRequest

    Represents a service request.

    Inheritance
    System.Object
    MethodRequest
    Implements
    IMethodRequest
    Namespace: Copper.Remoting.InMemory.Common.V1
    Assembly: Copper.Remoting.InMemory.Common.dll
    Syntax
    [Serializable]
    public class MethodRequest : IMethodRequest

    Constructors

    View Source

    MethodRequest(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 Source

    Message

    Gets the request message.

    Declaration
    public string Message { get; set; }
    Property Value
    Type Description
    System.String

    The request message.

    Implements

    IMethodRequest
    • View Source
    Back to top Generated by DocFX