LAUREL BRIDGE

TlsNetworkSocketConnect Method (EndPoint)

DICOM Connectivity Framework V3.4
Connect the socket to the given TCP endpoint

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

C#
public override void Connect(
	EndPoint endpoint
)

Parameters

endpoint
Type: System.NetEndPoint
abstract base class for network address to connect to
See Also

Reference