Enum ServiceKind
Defines the kinds of supported web services: SOAP, REST, and OData.
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum ServiceKind
Fields
| Name | Description |
|---|---|
| OpenData | Microsoft Open Data (OData) service. |
| Rest | Representational State Transfer (REST) service. |
| Soap | Simple Object Access Protocol (SOAP) service. |