Show / Hide Table of Contents

    Class RequestReceiverSettings

    Represents the settings for a Service Fabric Remoting request receiver.

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

    Constructors

    View Source

    RequestReceiverSettings(String, ServiceContext)

    Initializes a new instance of the RequestReceiverSettings class.

    Declaration
    public RequestReceiverSettings(string listenerName, ServiceContext serviceContext)
    Parameters
    Type Name Description
    System.String listenerName

    The listener name.

    ServiceContext serviceContext

    The service context.

    Properties

    View Source

    ListenerName

    Gets or sets the listener name.

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

    The listener name.

    View Source

    ServiceContext

    Gets or sets the service context.

    Declaration
    public ServiceContext ServiceContext { get; set; }
    Property Value
    Type Description
    ServiceContext

    The service context.

    Extension Methods

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