LAUREL BRIDGE

TlsConnectionRead Method

DICOM Connectivity Framework V3.4
Reads from 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 Read(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer
Type: SystemByte
The buffer to read data into
offset
Type: SystemInt32
Offset into buffer
count
Type: SystemInt32
Maximum bytes to read

Return Value

Type: Int32
Total number of bytes read
See Also

Reference