Click or drag to resize

IServiceProxyFactory Interface

Interface for the factory class that creates service proxies

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public interface IServiceProxyFactory

The IServiceProxyFactory type exposes the following members.

Methods
 NameDescription
Public methodGetProxyTChannel(String) Returns a proxy for an endpoint
Public methodGetProxyTChannel(String, ICredentials) Returns a proxy for an endpoint using specified credentials
Top
See Also