←Select platform

HttpRequestEncoder Constructor

Summary

Initializes a new instance of the HttpRequestEncoder class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal serverIPAddress As IPAddress, _ 
   ByVal serverPort As Integer _ 
) 
public: 
HttpRequestEncoder(  
   IPAddress^ serverIPAddress, 
   int serverPort 
) 

Parameters

serverIPAddress
The System.Net.IPAddress of the JPIP server receiving the request.

serverPort
An System.Int32 number which specifies the port of the JPIP server.

Example

For an example, refer to HttpRequestEncoder.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly