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

Leadtools.Jpip.Client.WinForms Assembly