Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Gets the first IP address.
Namespace:
SharedCache.WinServiceCommon.Handler
Assembly:
SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public static IPAddress GetFirstIPAddress() |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetFirstIPAddress As IPAddress |
| Visual C++ |
|---|
public:
static IPAddress^ GetFirstIPAddress() |
Return Value
A
IPAddress object.
Remarks
See Also