ClientIPAddress Property

Summary

Gets the IP address of the client.

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.

Remarks

This value can be null or System.String.Empty if the event is not generated by a client connection.

Example

For an example, refer to Leadtools.Jpip.Server.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