LAUREL BRIDGE

DicomSocketCreatorCreate Method

DICOM Connectivity Framework V3.4
Create a DicomSocket with command line options, session settings, and association info

Namespace:  LaurelBridge.DCFExamples.EchoSCU
Assembly:  EchoSCU (in EchoSCU.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
Syntax

C#
public DicomSocket Create(
	Options options,
	DicomSessionSettings sessionSettings,
	AssociationInfo ainfo
)

Parameters

options
Type: LaurelBridge.DCFExamples.EchoSCUOptions
command line options
sessionSettings
Type: DicomSessionSettings
DICOM session settings
ainfo
Type: AssociationInfo
Association info

Return Value

Type: DicomSocket
TlsNetworkSocket if any TLS protocols are enabled in options, otherwise return TcpNetworkSocket
See Also

Reference