←Select platform

SendNonSecureIscl(IntPtr,int) Method

Summary
Sends data over an ISCL connection, unsecured. The data is not encrypted and the message has no authentication code.
Syntax
C#
C++/CLI
public void SendNonSecureIscl( 
   IntPtr buffer, 
   int length 
) 
public: 
void SendNonSecureIscl(  
   IntPtr buffer, 
   int length 
)  

Parameters

buffer
Pointer to a buffer that holds the data to be sent.

length
Size, in bytes, of the data to be sent.

Remarks

The non-secure send is the fastest method of transmitting data over an ISCL connection. It is faster than the normal send/receive process and has no encryption and no message authentication codes.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.