- buffer
- Pointer to a buffer that holds the data to be sent.
- length
- Size, in bytes, of the data to be sent.
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) |
Parameters
- buffer
- Pointer to a buffer that holds the data to be sent.
- length
- Size, in bytes, of the data to be sent.
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.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)