LAUREL BRIDGE

ProgramCallbackStoreServer Constructor

DICOM Connectivity Framework V3.4
Constructs an CallbackStoreServer that listens on the specified port.

Namespace:  LaurelBridge.DCF.Examples.StoreSCP
Assembly:  StoreSCP (in StoreSCP.exe) Version: DCF34 r10560 DCF_3_4_10
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.
See Also

Reference