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



messageLength
The maximum message length to set.
messageLength
The maximum message length to set.
Sets the maximum message length that can be processed (sent and received) by the current entity.

Syntax

Visual Basic (Declaration) 
Public Sub SetIsclMaxMessageLength( _
   ByVal messageLength As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As DicomNet
Dim messageLength As Integer
 
instance.SetIsclMaxMessageLength(messageLength)
C# 
public void SetIsclMaxMessageLength( 
   int messageLength
)
C++/CLI 
public:
void SetIsclMaxMessageLength( 
   int messageLength
) 

Parameters

messageLength
The maximum message length to set.

Example

Remarks

Failure of the method usually occurs if messageLength is smaller than 136. (136 bytes is the maximum size of data in mutual authentication request packet.)

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