Skip to content
Docs Try Aspire

ClientIPConfigV1 Properties

Class Properties 1 member
Represents the configuration settings for client IP-based session affinity in a Kubernetes resource.
TimeoutSeconds Section titled TimeoutSeconds nullable int?
Gets or sets the timeout duration, in seconds, for retaining client IP connections. Represents the time period after which idle client connections will time out. Nullable to indicate that no specific timeout value is set.
public int? TimeoutSeconds { get; set; }