LEADTOOLS Medical (Leadtools.Dicom assembly)

SendNonSecureIscl(IntPtr,Int32) Method

Show in webframe







Pointer to a buffer that holds the data to be sent.
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
public void SendNonSecureIscl( 
   IntPtr buffer,
   int length
)
'Declaration
 
Public Overloads Sub SendNonSecureIscl( _
   ByVal buffer As IntPtr, _
   ByVal length As Integer _
) 
'Usage
 
Dim instance As DicomNet
Dim buffer As IntPtr
Dim length As Integer
 
instance.SendNonSecureIscl(buffer, length)
public void SendNonSecureIscl( 
   IntPtr buffer,
   int length
)

            

            
 function Leadtools.Dicom.DicomNet.SendNonSecureIscl(IntPtr,Int32)( 
   buffer ,
   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

See Also

Reference

DicomNet Class
DicomNet Members
Overload List
SendNonSecureIscl(Byte[],Int32,Int32) Method
OnNonSecureSendIscl Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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