Leadtools.Jpip.Server Requires JPIP Module license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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.
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 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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

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