Click or drag to resize

ServiceTCPProtocol Property

Gets or sets the protocol type associated with the service, and by implication, the management server (if any) that enforces Content Security and Authentication for the service.

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

Property Value

Type: String
The protocol type.
Remarks
Requires DetailLevel of Full
See Also