Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
SendNonSecureIscl(IntPtr,Int32) Method
See Also 
Leadtools.Dicom Namespace > DicomNet Class > SendNonSecureIscl Method : SendNonSecureIscl(IntPtr,Int32) Method



buffer
Pointer to a buffer that holds the data to be sent.
length
Size, in bytes, of the data to be sent.
buffer
Pointer to a buffer that holds the data to be sent.
length
Size, in bytes, of the data to be sent.
Sends data over an ISCL connection, unsecured. The data is not encrypted and the message has no authentication code.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub SendNonSecureIscl( _
   ByVal buffer As IntPtr, _
   ByVal length As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As DicomNet
Dim buffer As IntPtr
Dim length As Integer
 
instance.SendNonSecureIscl(buffer, length)
C# 
public void SendNonSecureIscl( 
   IntPtr buffer,
   int length
)
C++/CLI 
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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features