Нотатка
Доступ до цієї сторінки потребує авторизації. Можна спробувати ввійти або змінити каталоги.
Доступ до цієї сторінки потребує авторизації. Можна спробувати змінити каталоги.
Services are defined in the services section of the configuration file. Each service has its own service configuration section.
<configuration>
<system.serviceModel>
<services>
Syntax
<system.serviceModel>
<services>
<service>
</service>
</services>
</system.serviceModel>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None
Child Elements
| Element | Description |
|---|---|
| <service> | Define the service contract, behavior, and endpoints of the particular service. |
Parent Elements
| Element | Description |
|---|---|
| <system.serviceModel> | The root element of all Windows Communication Foundation (WCF) configuration elements. |
See also
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.