Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents a configuration element that specifies the interval of time allowed for the service host to open or close.
<system.serviceModel>
<client>
<endpoint>
<host>
<timeOuts>
<timeOuts closeTimeout="TimeSpan"
openTimeout="TimeSpan" >
Type
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description |
|---|---|
closeTimeout |
A TimeSpan value that specifies the interval of time allowed for the service host to close. |
openTimeout |
A TimeSpan value that specifies the interval of time allowed for the service host to open. |
Child Elements
None.
Parent Elements
| Element | Description |
|---|---|
A configuration element that specifies settings for a service host. |
.gif)
Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.