[This is preliminary documentation and is subject to change.]
Returns the effective caller endpoint- that is, if the real caller filter is set it will inject the real IP
as seen before any proxy devices. By default this property returns the Request.RemoteEndPoint
Namespace: NFX.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
public IPEndPoint EffectiveCallerIPEndPoint { get; }
public IPEndPoint EffectiveCallerIPEndPoint { get; }
Public ReadOnly Property EffectiveCallerIPEndPoint As IPEndPoint
Get
Public ReadOnly Property EffectiveCallerIPEndPoint As IPEndPoint
Get
public:
property IPEndPoint^ EffectiveCallerIPEndPoint {
IPEndPoint^ get ();
}
public:
property IPEndPoint^ EffectiveCallerIPEndPoint {
IPEndPoint^ get ();
}
member EffectiveCallerIPEndPoint : IPEndPoint with get
member EffectiveCallerIPEndPoint : IPEndPoint with get
Property Value
Type:
IPEndPoint