LAUREL BRIDGE

TlsNetworkSocketConnect Method (String, Int32)

DICOM Connectivity Framework V3.4
Connect the socket to the given host and port

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(
	string host,
	int port
)

Parameters

host
Type: SystemString
host to connect to
port
Type: SystemInt32
port to connect to
See Also

Reference