LEADTOOLS JPEG 2000 (Leadtools.Jpip.Server assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
DelegatedServer Constructor
See Also 
Leadtools.Jpip.Server Namespace > DelegatedServer Class : DelegatedServer Constructor



ipAddress
Identifies the IP address of the host for the JPIP server that is managing the new channel.
port
Identifies the numerical port number to which the JPIP server that is managing the new channel is listening for requests.
hostLoad
When multiple hosts are added to the DelegatedServersCollection, this parameter specifies the load distributed on each server.

The DelegatedServer Constructor includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.

Initializes a new instance of the DelegatedServer class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal ipAddress As String, _
   ByVal port As Integer, _
   ByVal hostLoad As Integer _
)
Visual Basic (Usage)Copy Code
Dim ipAddress As String
Dim port As Integer
Dim hostLoad As Integer
 
Dim instance As New DelegatedServer(ipAddress, port, hostLoad)
C# 
public DelegatedServer( 
   string ipAddress,
   int port,
   int hostLoad
)
C++/CLI 
public:
DelegatedServer( 
   String^ ipAddress,
   int port,
   int hostLoad
)

Parameters

ipAddress
Identifies the IP address of the host for the JPIP server that is managing the new channel.
port
Identifies the numerical port number to which the JPIP server that is managing the new channel is listening for requests.
hostLoad
When multiple hosts are added to the DelegatedServersCollection, this parameter specifies the load distributed on each server.

Example

For an example, refer to DelegatedServer.

Remarks

This constructor creates a new instance of the DelegatedServer class and adds this newly created DelegatedServer to the DelegatedServersCollection collection.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Jpip.Server requires a JPIP Module and a server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features