Click or drag to resize
weroSoft AG, Software
IRestRequestInfo Properties
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.

The IRestRequestInfo type exposes the following members.

Properties
  NameDescription
Public propertyContentCharSet
Gets the character set of the content.
(Inherited from IRequestInfo.)
Public propertyContentLength
Gets the content length.
(Inherited from IRequestInfo.)
Public propertyContentType
Gets the content type (without char set).
(Inherited from IRequestInfo.)
Public propertyHttpMethod
Gets the HTTP method.
(Inherited from IRequestInfo.)
Public propertyIsFramework
Gets a value indicating whether the property is a framework property.
(Inherited from IFeature.)
Public propertyNavigationSegements
Gets the navigation segments.
(Inherited from IRequestInfo.)
Public propertyRequestUri
Gets the request URI.
(Inherited from IRequestInfo.)
Public propertyUriApiString
Gets the string representing the API in the URI.
(Inherited from IRequestInfo.)
Public propertyUriBase
Gets the URI base path including the schema, the DNS safe name and the port.
(Inherited from IRequestInfo.)
Public propertyUriEntityString
Gets the string representing the entity in the URI.
(Inherited from IRequestInfo.)
Public propertyUriPath
Gets the URI path used for this request.
(Inherited from IRequestInfo.)
Public propertyUriProjectString
Gets the string representing the project in the URI.
(Inherited from IRequestInfo.)
Public propertyUriServiceString
Gets the string representing the service in the URI.
(Inherited from IRequestInfo.)
Public propertyUriTemplate
Gets the URI Template used for this path.
(Inherited from IRequestInfo.)
Public propertyUriVersionString
Gets the string representing the version in the URI.
(Inherited from IRequestInfo.)
Top
See Also