Gets or sets the IP address of the JPIP client.
public string IPAddress {get; set;}
'Declaration
Public Property IPAddress As String
'Usage
Dim instance As JpipRasterImageViewer
Dim value As String
instance.IPAddress = value
value = instance.IPAddress
Property Value
String value that represents the IP address.
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.