LAUREL BRIDGE

TlsNetworkSocketSend Method (Byte)

DICOM Connectivity Framework V3.4
Write the buffer data to the connected socket

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 int Send(
	byte[] buffer
)

Parameters

buffer
Type: SystemByte
data to write to the TLS connection

Return Value

Type: Int32
length of buffer
See Also

Reference