←Select platform

IPAddress Property

Summary

Gets or sets the IP address of the JPIP client.

Syntax

C#
VB
C++
public string IPAddress { get; set; } 
  
Public Property IPAddress As String 
public: 
property String^ IPAddress { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

String value that represents the IP address.

Remarks

Set this value before calling Open.

Example

For an example that sets the IP address to "127.0.0.1", which is the standard IP address used for loopback network connection and testing, refer to JpipRasterImageViewer.

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.Client.WinForms Assembly