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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly