LAUREL BRIDGE

ProgramExtendedStoreServer Constructor

DICOM Connectivity Framework V3.4
Constructs an ExtendedSCPStoreServer 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 ExtendedStoreServer(
	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
See Also

Reference