Show / Hide Table of Contents

    Class RequestReceiverSettings

    Represents the settings for an InMemory request receiver.

    Inheritance
    System.Object
    RequestReceiverSettings
    Namespace: Copper.Remoting.InMemory.Common.V1
    Assembly: Copper.Remoting.InMemory.Common.dll
    Syntax
    public class RequestReceiverSettings

    Constructors

    View Source

    RequestReceiverSettings(String)

    Initializes a new instance of the RequestReceiverSettings class.

    Declaration
    public RequestReceiverSettings(string consumerKey)
    Parameters
    Type Name Description
    System.String consumerKey

    The consumer key.

    Properties

    View Source

    ConsumerKey

    Gets the service name.

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

    The consumer key.

    Extension Methods

    InMemoryCommonRequestReceiverSettingsExtensions.ToTransportMetadata(RequestReceiverSettings)
    • View Source
    In This Article
    • Constructors
      • RequestReceiverSettings(String)
    • Properties
      • ConsumerKey
    • Extension Methods
    Back to top Generated by DocFX