Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
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.
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
)
Managed Extensions for 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

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