WCF-Xtensions Class Reference for Mono
SendTimeout Property (DuplexSoapTcpBindingElement)






Syntax
[ServiceModelTimeSpanValidator(MinValueString="00:00:00", MinValue=00:00:00)]
[System.Configuration.ConfigurationProperty(Name="sendTimeout", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
[System.ComponentModel.TypeConverter("System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public System.TimeSpan SendTimeout {get; set;}
public read-write property SendTimeout: System.TimeSpan; 
ServiceModelTimeSpanValidatorAttribute(MinValueString="00:00:00", MinValue=00:00:00)
System.Configuration.ConfigurationPropertyAttribute(Name="sendTimeout", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=, 
   IsRequired=, 
   IsKey=)
System.ComponentModel.TypeConverterAttribute("System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
public function get,set SendTimeout : System.TimeSpan
[ServiceModelTimeSpanValidator(MinValueString="00:00:00", MinValue=00:00:00)]
[System.Configuration.ConfigurationProperty(Name="sendTimeout", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
[System.ComponentModel.TypeConverter("System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public: __property System.TimeSpan get_SendTimeout();
public: __property void set_SendTimeout( 
   System.TimeSpan value
);
[ServiceModelTimeSpanValidator(MinValueString="00:00:00", MinValue=00:00:00)]
[System.Configuration.ConfigurationProperty(Name="sendTimeout", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
[System.ComponentModel.TypeConverter("System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public:
property System.TimeSpan SendTimeout {
   System.TimeSpan get();
   void set (    System.TimeSpan value);
}
'Declaration
 
<ServiceModelTimeSpanValidatorAttribute(MinValueString="00:00:00", MinValue=00:00:00)>
<System.Configuration.ConfigurationPropertyAttribute(Name="sendTimeout", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=False, 
   IsRequired=False, 
   IsKey=False)>
<System.ComponentModel.TypeConverterAttribute("System.ServiceModel.Configuration.TimeSpanOrInfiniteConverter, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
Public Property SendTimeout As System.TimeSpan
 
'Usage
 
Dim instance As DuplexSoapTcpBindingElement
Dim value As System.TimeSpan
 
instance.SendTimeout = value
 
value = instance.SendTimeout
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DuplexSoapTcpBindingElement Class
DuplexSoapTcpBindingElement Members

Send Feedback