LAUREL BRIDGE

ProgramCallbackVerificationServer Constructor (Int32, IListAllowedPresentationContext)

DICOM Connectivity Framework V3.4
Callback verification server with allowed presentation contexts.

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

C#
public CallbackVerificationServer(
	int port,
	IList<AllowedPresentationContext> allowedPresentationContexts
)

Parameters

port
Type: SystemInt32
server port
allowedPresentationContexts
Type: System.Collections.GenericIListAllowedPresentationContext
allowed presentation context list
See Also

Reference