←Select platform

ClientIpAddress Property

Summary

Gets the IP address of the client which sent the request.

Syntax

C#
VB
C++
public string ClientIpAddress { get; } 
  
Public ReadOnly Property ClientIpAddress As String 
public: 
property String^ ClientIpAddress { 
   String^ get(); 
} 

Property Value

The IP address of the client which sent the request.

Example

For an example, refer to JpipServer.

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.Server Assembly