LAUREL BRIDGE

ProgramCallbackMWLServer Constructor

DICOM Connectivity Framework V3.4
Creates a CallbackMWLServer with the specified list of allowed presentation contexts.

Namespace:  LaurelBridge.DCF.Examples.MWLSCP
Assembly:  MWLSCP (in MWLSCP.exe) Version: DCF34 r11538 DCF_3_4_24_20190319
Syntax

C#
public CallbackMWLServer(
	IList<AllowedPresentationContext> allowedPresentationContexts
)

Parameters

allowedPresentationContexts
Type: System.Collections.GenericIListAllowedPresentationContext
The list of presentation contexts that will be allowed.
See Also

Reference