Home
last modified time | relevance | path

Searched refs:KeepAliveInterval (Results 1 – 25 of 255) sorted by relevance

1234567891011

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Configuration/
H A DWebSocketTransportSettingsElement.cs33 …[ConfigurationProperty(ConfigurationStrings.KeepAliveInterval, DefaultValue = WebSocketDefaults.De…
36 public TimeSpan KeepAliveInterval property in System.ServiceModel.Configuration.WebSocketTransportSettingsElement
38 get { return (TimeSpan)base[ConfigurationStrings.KeepAliveInterval]; }
39 set { base[ConfigurationStrings.KeepAliveInterval] = value; }
74 …etPropertyValueIfNotDefaultValue(ConfigurationStrings.KeepAliveInterval, settings.KeepAliveInterva… in InitializeFrom()
89 settings.KeepAliveInterval = this.KeepAliveInterval; in ApplyConfiguration()
/dports/www/carbonapi/carbonapi-0.14.1/zipper/config/
H A Dconfig.go29 KeepAliveInterval time.Duration `mapstructure:"keepAliveInterval"` member
81 KeepAliveInterval: oldConfig.KeepAliveInterval,
110 KeepAliveInterval: &newConfig.KeepAliveInterval,
117 KeepAliveInterval: newConfig.KeepAliveInterval,
136 KeepAliveInterval: &newConfig.KeepAliveInterval,
145 KeepAliveInterval: newConfig.KeepAliveInterval,
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebSockets.Client/tests/
H A DClientWebSocketOptionsTests.cs71 Assert.True(cws.Options.KeepAliveInterval > TimeSpan.Zero); in KeepAliveInterval_Roundtrips()
73 cws.Options.KeepAliveInterval = TimeSpan.Zero; in KeepAliveInterval_Roundtrips()
74 Assert.Equal(TimeSpan.Zero, cws.Options.KeepAliveInterval); in KeepAliveInterval_Roundtrips()
76 cws.Options.KeepAliveInterval = TimeSpan.MaxValue; in KeepAliveInterval_Roundtrips()
77 Assert.Equal(TimeSpan.MaxValue, cws.Options.KeepAliveInterval); in KeepAliveInterval_Roundtrips()
79 cws.Options.KeepAliveInterval = Timeout.InfiniteTimeSpan; in KeepAliveInterval_Roundtrips()
80 Assert.Equal(Timeout.InfiniteTimeSpan, cws.Options.KeepAliveInterval); in KeepAliveInterval_Roundtrips()
82 …ions.Throws<ArgumentOutOfRangeException>("value", () => cws.Options.KeepAliveInterval = TimeSpan.M… in KeepAliveInterval_Roundtrips()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DWebSocketTransportSettings.cs46 this.KeepAliveInterval = settings.KeepAliveInterval; in WebSocketTransportSettings()
82 public TimeSpan KeepAliveInterval property in System.ServiceModel.Channels.WebSocketTransportSettings
189 && this.KeepAliveInterval == other.KeepAliveInterval in Equals()
210 ^ this.KeepAliveInterval.GetHashCode() in GetHashCode()
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/xtaci/smux/
H A Dmux.go24 KeepAliveInterval time.Duration member
47 KeepAliveInterval: 10 * time.Second,
61 if config.KeepAliveInterval == 0 {
64 if config.KeepAliveTimeout < config.KeepAliveInterval {
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Channels/
H A DWebSocketTransportSettings.cs44 public TimeSpan KeepAliveInterval { get; set; } property in System.ServiceModel.Channels.WebSocketTransportSettings
55 other.KeepAliveInterval == KeepAliveInterval && in Equals()
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/hashicorp/yamux/
H A Dmux.go21 KeepAliveInterval time.Duration member
42 KeepAliveInterval: 30 * time.Second,
54 if config.KeepAliveInterval == 0 {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/vendor/github.com/hashicorp/yamux/
H A Dmux.go21 KeepAliveInterval time.Duration member
42 KeepAliveInterval: 30 * time.Second,
54 if config.KeepAliveInterval == 0 {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-azure/vendor/github.com/hashicorp/yamux/
H A Dmux.go21 KeepAliveInterval time.Duration member
42 KeepAliveInterval: 30 * time.Second,
54 if config.KeepAliveInterval == 0 {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/
H A Dmux.go21 KeepAliveInterval time.Duration member
42 KeepAliveInterval: 30 * time.Second,
54 if config.KeepAliveInterval == 0 {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/hashicorp/yamux/
H A Dmux.go21 KeepAliveInterval time.Duration member
42 KeepAliveInterval: 30 * time.Second,
54 if config.KeepAliveInterval == 0 {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/
H A Dmux.go21 KeepAliveInterval time.Duration member
42 KeepAliveInterval: 30 * time.Second,
54 if config.KeepAliveInterval == 0 {
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/github.com/hashicorp/yamux/
H A Dmux.go21 KeepAliveInterval time.Duration member
42 KeepAliveInterval: 30 * time.Second,
54 if config.KeepAliveInterval == 0 {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/yamux/
H A Dmux.go21 KeepAliveInterval time.Duration member
42 KeepAliveInterval: 30 * time.Second,
54 if config.KeepAliveInterval == 0 {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-kerberos/vendor/github.com/hashicorp/yamux/
H A Dmux.go22 KeepAliveInterval time.Duration member
48 KeepAliveInterval: 30 * time.Second,
60 if config.KeepAliveInterval == 0 {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-terraform/vendor/github.com/hashicorp/yamux/
H A Dmux.go22 KeepAliveInterval time.Duration member
48 KeepAliveInterval: 30 * time.Second,
60 if config.KeepAliveInterval == 0 {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-gcp/vendor/github.com/hashicorp/yamux/
H A Dmux.go22 KeepAliveInterval time.Duration member
48 KeepAliveInterval: 30 * time.Second,
60 if config.KeepAliveInterval == 0 {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-kv/vendor/github.com/hashicorp/yamux/
H A Dmux.go22 KeepAliveInterval time.Duration member
48 KeepAliveInterval: 30 * time.Second,
60 if config.KeepAliveInterval == 0 {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-mongodbatlas/vendor/github.com/hashicorp/yamux/
H A Dmux.go22 KeepAliveInterval time.Duration member
48 KeepAliveInterval: 30 * time.Second,
60 if config.KeepAliveInterval == 0 {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-jwt/vendor/github.com/hashicorp/yamux/
H A Dmux.go22 KeepAliveInterval time.Duration member
48 KeepAliveInterval: 30 * time.Second,
60 if config.KeepAliveInterval == 0 {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-kubernetes/vendor/github.com/hashicorp/yamux/
H A Dmux.go22 KeepAliveInterval time.Duration member
48 KeepAliveInterval: 30 * time.Second,
60 if config.KeepAliveInterval == 0 {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-alicloud/vendor/github.com/hashicorp/yamux/
H A Dmux.go22 KeepAliveInterval time.Duration member
48 KeepAliveInterval: 30 * time.Second,
60 if config.KeepAliveInterval == 0 {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-elasticsearch/vendor/github.com/hashicorp/yamux/
H A Dmux.go22 KeepAliveInterval time.Duration member
48 KeepAliveInterval: 30 * time.Second,
60 if config.KeepAliveInterval == 0 {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/hashicorp/yamux/
H A Dmux.go22 KeepAliveInterval time.Duration member
48 KeepAliveInterval: 30 * time.Second,
60 if config.KeepAliveInterval == 0 {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/github.com/hashicorp/yamux/
H A Dmux.go22 KeepAliveInterval time.Duration member
48 KeepAliveInterval: 30 * time.Second,
60 if config.KeepAliveInterval == 0 {

1234567891011