LAUREL BRIDGE

ProgramCallbackStoreServer Constructor

DICOM Connectivity Framework V3.4
Constructs a CallbackStoreServer that will listen on the specified port and accept the allowedPresentationContexts.

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

C#
public CallbackStoreServer(
	int port,
	IList<AllowedPresentationContext> allowedPresentationContexts = null
)

Parameters

port
Type: SystemInt32
The port number where we will listen for association requests
allowedPresentationContexts (Optional)
Type: System.Collections.GenericIListAllowedPresentationContext
The list of presentation contexts that will be allowed, or null to use defaults.
Remarks

See StoreSCP for a description of where the default presentation contexts are retrieved.
See Also

Reference