Property | Type | Description | |
---|---|---|---|
channelHolder | IWcfChannelHolder |
Method | Description | |
---|---|---|
Intercept ( IInvocation invocation ) : void | ||
WcfRemotingInterceptor ( WcfClientExtension clients, IWcfChannelHolder channelHolder ) : System |
Method | Description | |
---|---|---|
Handles ( |
||
PerformInvocation ( IInvocation invocation ) : void | ||
PerformInvocation ( IInvocation invocation, Action |
Method | Description | |
---|---|---|
ApplyChannelPipeline ( int policyIndex, WcfInvocation wcfInvocation, Action |
||
CreateChannelPipeline ( WcfClientExtension clients ) : IWcfPolicy[] | ||
IWcfInterceptor ( |
||
InvokeChannel ( IInvocation invocation, WcfInvocation wcfInvocation ) : void | ||
InvokeRealProxy ( RealProxy realProxy, WcfInvocation wcfInvocation ) : void |
protected Handles ( |
||
method | ||
return | bool |
public Intercept ( IInvocation invocation ) : void | ||
invocation | IInvocation | |
return | void |
protected PerformInvocation ( IInvocation invocation ) : void | ||
invocation | IInvocation | |
return | void |
protected PerformInvocation ( IInvocation invocation, Action |
||
invocation | IInvocation | |
action | Action |
|
return | void |
public WcfRemotingInterceptor ( WcfClientExtension clients, IWcfChannelHolder channelHolder ) : System | ||
clients | WcfClientExtension | |
channelHolder | IWcfChannelHolder | |
return | System |