Show / Hide Table of Contents

    Class RequestSubmitterSettings

    Represents the settings for a Service Fabric Remoting request submitter.

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

    Constructors

    View Source

    RequestSubmitterSettings(Uri, String, ServiceProxyFactory)

    Initializes a new instance of the RequestSubmitterSettings class.

    Declaration
    public RequestSubmitterSettings(Uri address, string listenerName, ServiceProxyFactory serviceProxyFactory)
    Parameters
    Type Name Description
    System.Uri address

    The address.

    System.String listenerName

    The listener name.

    ServiceProxyFactory serviceProxyFactory

    The service proxy factory.

    Properties

    View Source

    Address

    Gets the address.

    Declaration
    public Uri Address { get; }
    Property Value
    Type Description
    System.Uri

    The address.

    View Source

    ListenerName

    Gets the listener name.

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

    The listener name.

    View Source

    ServiceProxyFactory

    Gets the service proxy factory.

    Declaration
    public ServiceProxyFactory ServiceProxyFactory { get; }
    Property Value
    Type Description
    ServiceProxyFactory

    The service proxy factory.

    • View Source
    Back to top Generated by DocFX