ServerIPAddress Property
Summary
Gets the IP Address of the JPIP server.
Syntax
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.