Show / Hide Table of Contents

    Class RequestReceiverSettings

    Represents the settings for a WCF request receiver.

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

    Constructors

    View Source

    RequestReceiverSettings(Binding, EndpointAddress)

    Initializes a new instance of the RequestReceiverSettings class.

    Declaration
    public RequestReceiverSettings(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.

    Extension Methods

    WcfCommonRequestReceiverSettingsExtensions.ToTransportMetadata(RequestReceiverSettings)
    • View Source
    In This Article
    • Constructors
      • RequestReceiverSettings(Binding, EndpointAddress)
    • Properties
      • Binding
      • EndpointAddress
    • Extension Methods
    Back to top Generated by DocFX