LAUREL BRIDGE

TlsDicomSocketFactoryCreateNetworkSocket Method

DICOM Connectivity Framework V3.4
Return an INetworkSocket to be used as a listen socket by AssociationManager.

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

C#
public override INetworkSocket CreateNetworkSocket()

Return Value

Type: INetworkSocket
A new TlsNetworkSocket implementation that has access to TLS certificate and settings to pass on to accepted child sockets.
See Also

Reference