Show / Hide Table of Contents

    Class MethodResponse

    Represents a service response.

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

    Properties

    View Source

    Message

    Gets or sets the response message.

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

    The response message.

    Implements

    IMethodResponse
    • View Source
    Back to top Generated by DocFX