Class WcfCommonRequestReceiverBuilderExtensions
Request
Inheritance
System.Object
WcfCommonRequestReceiverBuilderExtensions
Namespace: Copper.Remoting.Common
Assembly: Copper.Remoting.Wcf.Common.dll
Syntax
public static class WcfCommonRequestReceiverBuilderExtensions
Methods
View SourceUseWcf(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 |
---|---|---|
Request |
requestReceiverBuilder | The request receiver builder. |
Binding | binding | The binding. |
Endpoint |
endpointAddress | The endpoint address. |
System. |
configureDelegate | A delegate that configures a Wcf |
Returns
Type | Description |
---|---|
Request |
The same instance of Request |