Initializes a new instance of the ZyanProxy class.
Declaring type: ZyanProxy
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public ZyanProxy (
        string uniqueName,
        Type type,
        ZyanConnection connection,
        bool implicitTransactionTransfer,
        Guid sessionID,
        string componentHostName,
        bool autoLoginOnExpiredSession,
        ActivationType activationType
) 
Parameters
uniqueName
Unique component name.
type
Component interface type.
connection
ZyanConnection instance.
implicitTransactionTransfer
Specifies whether transactions should be passed implicitly.
sessionID
Session ID.
componentHostName
Name of the remote component host.
autoLoginOnExpiredSession
Specifies whether Zyan should login automatically with cached credentials after the session is expired.
activationType
Component activation type