Enum ClientAddressOptions
Defines the special options for retrieving service caller's IP address.
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[Flags]
public enum ClientAddressOptions
Fields
Name | Description |
---|---|
None | No options are specified. |
TakeLast | Take the last IP address from the "X-Forwarded-For" or another HTTP header. If not specified then the first address will be taken. |