Click or drag to resize

ServiceTCPSourcePort Property

Gets or sets the port number for the client side service. If specified, only those Source port Numbers will be Accepted, Dropped, or Rejected during packet inspection. Otherwise, the source port is not inspected.

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

Property Value

Type: String
The source port.
Remarks
Requires DetailLevel of Full
See Also