LAUREL BRIDGE

TlsConnectionWrite Method (Byte)

DICOM Connectivity Framework V3.4
Writes to the TLS stream (pass-through).

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

Parameters

buffer
Type: SystemByte
Array of bytes to write to the TLS Stream

Return Value

Type: Int32
Total number of bytes written
See Also

Reference