IServiceProxyFactory Interface

Interface for the factory class that creates service proxies

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public interface IServiceProxyFactory

Methods

GetProxyTChannel(String) Returns a proxy for an endpoint
GetProxyTChannel(String, ICredentials) Returns a proxy for an endpoint using specified credentials

See Also