←Select platform

ServerIPAddress Property

Summary

Gets the IP address of the JPIP server.

Syntax

C#
VB
C++
public IPAddress ServerIPAddress { get; } 
  
Public ReadOnly Property ServerIPAddress As IPAddress 
public: 
property IPAddress^ ServerIPAddress { 
   IPAddress^ get(); 
} 

Property Value

An System.Net.IPAddress object of the JPIP server receiving the request.

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