WorkContext EffectiveCallerIPEndPoint Property NFX Class Library

[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.Wave
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public IPEndPoint EffectiveCallerIPEndPoint { get; }

Property Value

Type: OnlineIPEndPoint
See Also