Show / Hide Table of Contents

    Class RequestReceiverSettings

    Represents the settings for a ServiceWire request receiver.

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

    Constructors

    View Source

    RequestReceiverSettings(String)

    Initializes a new instance of the RequestReceiverSettings class.

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

    The pipe name.

    Properties

    View Source

    PipeName

    Gets the pipe name.

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

    The pipe name.

    Extension Methods

    ServiceWireCommonRequestReceiverSettingsExtensions.ToTransportMetadata(RequestReceiverSettings)
    • View Source
    Back to top Generated by DocFX