Click or drag to resize

EBoksSenderMock Constructor

Initializes a new instance of the EBoksSenderMock class

Namespace: WorkZone.Dispatcher.EBoks
Assembly: WorkZone.Dispatcher.EBoks_24.5.0.0 (in WorkZone.Dispatcher.EBoks_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public EBoksSenderMock(
	int systemId,
	string baseHostUri,
	string dp2Uri,
	X509Certificate2 certificate
)

Parameters

systemId  Int32

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

baseHostUri  String

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

dp2Uri  String

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

certificate  X509Certificate2

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

See Also