EMS.ResourceAPI.TEndpointRequest Properties
InheritedProtected
| BasePath | public | Retrieves the endpopint request BasePath. |
| Body | public | Body of the request. |
| ClientHost | public | Retrieve the endpoint request client host IP. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Headers | public | Headers of the request. |
| Method | public | Method of the request. |
| MethodString | public | Method of the request as a string. |
| Params | public | Parameters of the request extracted based on the parameter segments of the endpoint method that handles the request. |
| Resource | public | Name of the resource that is the target of the request. |
| Segments | public | Segments of the request. |
| ServerHost | public | Retrieves the endpoint request Host. |