LAUREL BRIDGE

ProgramCallbackMWLServer Constructor

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

Namespace:  LaurelBridge.DCFExamples.MWLSCP
Assembly:  MWLSCP (in MWLSCP.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
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