EBoksClientsBase Constructor

Scanjour Workflow4 Reference Manual
Initializes a new instance of the EBoksClientsBase class

Namespace:  WorkZone.Dispatcher.EBoks
Assembly:  WorkZone.Dispatcher.EBoks_23.1.0.0 (in WorkZone.Dispatcher.EBoks_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public EBoksClientsBase(
	int systemId,
	string baseHostUri,
	string dp2Uri,
	string recieverUri,
	X509Certificate2 certificate
)

Parameters

systemId
Type: SystemInt32

[Missing <param name="systemId"/> documentation for "M:WorkZone.Dispatcher.EBoks.EBoksClientsBase.#ctor(System.Int32,System.String,System.String,System.String,System.Security.Cryptography.X509Certificates.X509Certificate2)"]

baseHostUri
Type: SystemString

[Missing <param name="baseHostUri"/> documentation for "M:WorkZone.Dispatcher.EBoks.EBoksClientsBase.#ctor(System.Int32,System.String,System.String,System.String,System.Security.Cryptography.X509Certificates.X509Certificate2)"]

dp2Uri
Type: SystemString

[Missing <param name="dp2Uri"/> documentation for "M:WorkZone.Dispatcher.EBoks.EBoksClientsBase.#ctor(System.Int32,System.String,System.String,System.String,System.Security.Cryptography.X509Certificates.X509Certificate2)"]

recieverUri
Type: SystemString

[Missing <param name="recieverUri"/> documentation for "M:WorkZone.Dispatcher.EBoks.EBoksClientsBase.#ctor(System.Int32,System.String,System.String,System.String,System.Security.Cryptography.X509Certificates.X509Certificate2)"]

certificate
Type: System.Security.Cryptography.X509CertificatesX509Certificate2

[Missing <param name="certificate"/> documentation for "M:WorkZone.Dispatcher.EBoks.EBoksClientsBase.#ctor(System.Int32,System.String,System.String,System.String,System.Security.Cryptography.X509Certificates.X509Certificate2)"]

See Also

Reference