LAUREL BRIDGE

TlsNetworkSocketConnect Method (IPAddress, Int32)

DICOM Connectivity Framework V3.4
Connect the socket to the given IP address 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(
	IPAddress address,
	int port
)

Parameters

address
Type: System.NetIPAddress
IP address to connect with
port
Type: SystemInt32
Port to connect with
See Also

Reference