CustomBindingElement.SendTimeout Proprietà

Definizione

Ottiene o imposta l'intervallo di tempo fornito per il completamento di un'operazione di invio.

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

Valore della proprietà

TimeSpan

L'oggetto TimeSpan che specifica il tempo disponibile per il completamento prima del timeout dell'operazione di invio.

Attributi

Si applica a