Show / Hide Table of Contents

    Class RequestSubmitterSettings

    Represents the settings for a WCF request submitter.

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

    Constructors

    View Source

    RequestSubmitterSettings(Binding, EndpointAddress)

    Initializes a new instance of the RequestSubmitterSettings class.

    Declaration
    public RequestSubmitterSettings(Binding binding, EndpointAddress endpointAddress)
    Parameters
    Type Name Description
    Binding binding

    The binding.

    EndpointAddress endpointAddress

    The endpoint address.

    Properties

    View Source

    Binding

    Gets the binding.

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

    The binding.

    View Source

    EndpointAddress

    Gets the endpoint address.

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

    The endpoint address.

    • View Source
    Back to top Generated by DocFX