JpipClient Constructor

Summary
Initializes a new instance of JpipClient class.
Syntax
C#
VB
C++
public JpipClient( 
   IPAddress serverIPAddress, 
   int serverPort 
) 
  
Public Function New( _ 
   ByVal serverIPAddress As IPAddress, _ 
   ByVal serverPort As Integer _ 
) 
public: 
JpipClient(  
   IPAddress^ serverIPAddress, 
   int serverPort 
) 

Parameters

serverIPAddress
The System.Net.IPAddress of the JPIP server to call.

serverPort
The port number of the listening JPIP server to call.

Example

For an example, refer to JpipClient.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.