Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Evaluates the local IP address and filters known aliases like localhost, local, *, 127.0.0.1, ?
This is used to prevent to replicated data to same server node
Namespace:
SharedCache.WinServiceCommon.Handler
Assembly:
SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public static bool EvaluateLocalIPAddress(
string hostname
) |
| Visual Basic (Declaration) |
|---|
Public Shared Function EvaluateLocalIPAddress ( _
hostname As String _
) As Boolean |
| Visual C++ |
|---|
public:
static bool EvaluateLocalIPAddress(
String^ hostname
) |
Return Value
[Missing <returns> documentation for "M:SharedCache.WinServiceCommon.Handler.Network.EvaluateLocalIPAddress(System.String)"]
Remarks
See Also