Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Specifies settings for a service host.
<configuration>
<system.serviceModel>
<services>
<service>
<host>
Syntax
<host>
<baseAddresses>
<add baseAddress="string" />
</baseAddresses>
<timeOuts closeTimeout="TimeSpan"
openTimeout="TimeSpan" />
</host>
Type
Type
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
| Element | Description |
|---|---|
| <baseAddresses> | A collection of baseAddress elements that specifies the base addresses used by the service host. |
| <timeOuts> | A configuration element that specifies the interval of time allowed for the service host to open or close. |
Parent Elements
| Element | Description |
|---|---|
| <service> | Specifies the settings for a Windows Communication Foundation (WCF) service. |
See also
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.