Click or drag to resize

SessionInfoIPAddress Property

Gets the IP address from which the session was initiated.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "ip-address")]
public IPAddress IPAddress { get; }
Request Example View Source

Property Value

Type: IPAddress
The IP address from which the session was initiated.
See Also