LAUREL BRIDGE

TlsNetworkSocketReceive Method

DICOM Connectivity Framework V3.4
Read data from the socket into the buffer at offset limited to count bytes

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 Receive(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer
Type: SystemByte
buffer to read socket data into
offset
Type: SystemInt32
offset into buffer
count
Type: SystemInt32
max bytes to read

Return Value

Type: Int32
number of bytes read from TLS connection
See Also

Reference