←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#
VB
C++
public void SendNonSecureIscl( 
   IntPtr buffer, 
   int length 
) 
Public Overloads Sub SendNonSecureIscl( _ 
   ByVal buffer As IntPtr, _ 
   ByVal length As Integer _ 
)  
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly