Show / Hide Table of Contents

    Class WcfRequestReceiverBuilder

    Provides the builder class for a RequestReceiverBuilder that uses the WCF transport.

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

    Constructors

    View Source

    WcfRequestReceiverBuilder(RequestReceiverBuilder)

    Initializes a new instance of the WcfRequestReceiverBuilder class.

    Declaration
    public WcfRequestReceiverBuilder(RequestReceiverBuilder requestReceiverBuilder)
    Parameters
    Type Name Description
    RequestReceiverBuilder requestReceiverBuilder

    The request receiver builder.

    Methods

    View Source

    ConfigureServiceHost(Action<ServiceHost>)

    Configures the request receiver's instance.

    Declaration
    public WcfRequestReceiverBuilder ConfigureServiceHost(Action<ServiceHost> configureDelegate)
    Parameters
    Type Name Description
    System.Action<ServiceHost> configureDelegate

    A delegate that configures a instance.

    Returns
    Type Description
    WcfRequestReceiverBuilder

    The same instance of WcfRequestReceiverBuilder for chaining.

    • View Source
    Back to top Generated by DocFX