Show / Hide Table of Contents

    Class WcfCommonRequestReceiverBuilderExtensions

    RequestReceiverBuilder extensions.

    Inheritance
    System.Object
    WcfCommonRequestReceiverBuilderExtensions
    Namespace: Copper.Remoting.Common
    Assembly: Copper.Remoting.Wcf.Common.dll
    Syntax
    public static class WcfCommonRequestReceiverBuilderExtensions

    Methods

    View Source

    UseWcf(RequestReceiverBuilder, Binding, EndpointAddress, Action<WcfRequestReceiverBuilder>)

    Configures the request receiver to use the WCF transport.

    Declaration
    public static RequestReceiverBuilder UseWcf(this RequestReceiverBuilder requestReceiverBuilder, Binding binding, EndpointAddress endpointAddress, Action<WcfRequestReceiverBuilder> configureDelegate = null)
    Parameters
    Type Name Description
    RequestReceiverBuilder requestReceiverBuilder

    The request receiver builder.

    Binding binding

    The binding.

    EndpointAddress endpointAddress

    The endpoint address.

    System.Action<WcfRequestReceiverBuilder> configureDelegate

    A delegate that configures a WcfRequestReceiverBuilder instance.

    Returns
    Type Description
    RequestReceiverBuilder

    The same instance of RequestReceiverBuilder for chaining.

    • View Source
    Back to top Generated by DocFX