Show / Hide Table of Contents

    Interface IMethodRequest

    Represents a service request.

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

    Properties

    View Source

    Message

    Gets the request message.

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

    The request message.

    • View Source
    Back to top Generated by DocFX