StandardBindingElement.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

시간 제한이 초과되기 전에 보내기 작업이 완료되어야 하는 기간을 지정하는 TimeSpan입니다.

특성

적용 대상