LAUREL BRIDGE

TlsNetworkSocketSend Method (Byte, Int32, Int32)

DICOM Connectivity Framework V3.4
Write the buffer data to the connected socket starting at offset bytes and 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 Send(
	byte[] buffer,
	int offset,
	int count
)

Parameters

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

Return Value

Type: Int32
number of bytes written to the TLS connection
See Also

Reference