Click or drag to resize

HttpSessionURL Property

URL that was used to reach the API server.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "url")]
public string URL { get; }
Request Example View Source

Property Value

Type: String
The URL.
See Also