Show / Hide Table of Contents

    Interface IMethodResponse

    Represents a service response.

    Namespace: Copper.Remoting.Common.Interface
    Assembly: Copper.Remoting.Common.dll
    Syntax
    public interface IMethodResponse

    Properties

    View Source

    Message

    Gets the response message.

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

    The response message.

    • View Source
    Back to top Generated by DocFX