Engine_Path_Endpoint Class
Class represents a single segment of a microservice endpoint's URI, including all child segments or endpoints
Namespace: SobekCM.Core.Configuration.EngineAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[DataContractAttribute]
[ProtoContractAttribute]
[XmlRootAttribute("EnginePath")]
public class Engine_Path_Endpoint |
Inheritance Hierarchy
Constructors
| Name | Description |
---|
| Engine_Path_Endpoint | Constructor for a new instance of the Engine_Path_Endpoint class |
Methods
Properties
| Name | Description |
---|
| AllVerbMappings | Get the list of all verb mappings included in this endpoint |
| Children | Collection of child segments or endpoints, indexed by the next segment of the URI |
| DeleteMapping | Mapping to an individual method and protocol for the DELETE HTTP verb |
| GetMapping | Mapping to an individual method and protocol for the GET HTTP verb |
| HasVerbMapping | Gets a flag indicating if any verb mapping exists for this endpoint |
| IsEndpoint | Flag indicates if this path actually defines a single endpoint |
| Item | Get a single verb mapping, by HTTP verb/method |
| PostMapping | Mapping to an individual method and protocol for the POST HTTP verb |
| PutMapping | Mapping to an individual method and protocol for the PUT HTTP verb |
| Segment | Single portion of a URI specifying a microservice endpoint |
See Also