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

The System.Net.IPAddress of the JPIP server to call.

Example

For an example, refer to JpipClient.

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.