Skip to content
DocsTry Aspire
DocsTry

ClientIPConfigV1 Properties

ClassProperties1 member
Represents the configuration settings for client IP-based session affinity in a Kubernetes resource.
TimeoutSecondsSection titled TimeoutSecondsnullableint?
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; }