The IPAddress Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Gets or sets the IP address of the JPIP client.Visual Basic (Declaration) | |
---|---|
Public Property IPAddress As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As JpipRasterImageViewer Dim value As String instance.IPAddress = value value = instance.IPAddress |
C# | |
---|---|
public string IPAddress {get; set;} |
Property Value
String value that represents the IP address.This example sets the IP address to "127.0.0.1", which is the standard IP address used for loopback network connection and testing. For an example, refer to JpipRasterImageViewer.
Set this value before calling Open.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7