CustomBindingElement.SendTimeout プロパティ

定義

送信操作が完了するまで待機する時間を取得または設定します。

public:
 property TimeSpan SendTimeout { TimeSpan get(); void set(TimeSpan value); };
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.TimeSpanOrInfiniteConverter))]
[System.Configuration.ConfigurationProperty("sendTimeout", DefaultValue="00:01:00")]
public TimeSpan SendTimeout { get; set; }
[System.Configuration.ConfigurationProperty("sendTimeout", DefaultValue="00:01:00")]
[System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))]
public TimeSpan SendTimeout { get; set; }
[System.Configuration.ConfigurationProperty("sendTimeout", DefaultValue="00:01:00")]
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))]
public TimeSpan SendTimeout { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.TimeSpanOrInfiniteConverter))>]
[<System.Configuration.ConfigurationProperty("sendTimeout", DefaultValue="00:01:00")>]
member this.SendTimeout : TimeSpan with get, set
[<System.Configuration.ConfigurationProperty("sendTimeout", DefaultValue="00:01:00")>]
[<System.ComponentModel.TypeConverter(typeof(System.Runtime.TimeSpanOrInfiniteConverter))>]
member this.SendTimeout : TimeSpan with get, set
[<System.Configuration.ConfigurationProperty("sendTimeout", DefaultValue="00:01:00")>]
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter))>]
member this.SendTimeout : TimeSpan with get, set
Public Property SendTimeout As TimeSpan

プロパティ値

送信操作を完了する必要がある、タイムアウトまでの制限時間を指定する TimeSpan

属性

適用対象