HostElement::Timeouts Property

 

Gets a configuration element that specifies the interval of time allowed for the service host to open or close.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("timeouts", Options = ConfigurationPropertyOptions::None)]
property HostTimeoutsElement^ Timeouts {
	HostTimeoutsElement^ get();
}

Property Value

Type: System.ServiceModel.Configuration::HostTimeoutsElement^

A configuration element that specifies the interval of time allowed for the service host to open or close.

.NET Framework
Available since 3.0
Return to top
Show: