![]() | |
IRestRequestInfo Interface |
Namespace: WeroSoft.Communication.Data
public interface IRestRequestInfo : IRequestInfo, IFeature, IDisposableComponent, IDisposable, ITraceInfoProvider
The IRestRequestInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContentCharSet |
Gets the character set of the content.
(Inherited from IRequestInfo.) |
![]() | ContentLength |
Gets the content length.
(Inherited from IRequestInfo.) |
![]() | ContentType |
Gets the content type (without char set).
(Inherited from IRequestInfo.) |
![]() | HttpMethod |
Gets the HTTP method.
(Inherited from IRequestInfo.) |
![]() | IsFramework |
Gets a value indicating whether the property is a framework property.
(Inherited from IFeature.) |
![]() | NavigationSegements |
Gets the navigation segments.
(Inherited from IRequestInfo.) |
![]() | RequestUri |
Gets the request URI.
(Inherited from IRequestInfo.) |
![]() | UriApiString |
Gets the string representing the API in the URI.
(Inherited from IRequestInfo.) |
![]() | UriBase |
Gets the URI base path including the schema, the DNS safe name and the port.
(Inherited from IRequestInfo.) |
![]() | UriEntityString |
Gets the string representing the entity in the URI.
(Inherited from IRequestInfo.) |
![]() | UriPath |
Gets the URI path used for this request.
(Inherited from IRequestInfo.) |
![]() | UriProjectString |
Gets the string representing the project in the URI.
(Inherited from IRequestInfo.) |
![]() | UriServiceString |
Gets the string representing the service in the URI.
(Inherited from IRequestInfo.) |
![]() | UriTemplate |
Gets the URI Template used for this path.
(Inherited from IRequestInfo.) |
![]() | UriVersionString |
Gets the string representing the version in the URI.
(Inherited from IRequestInfo.) |
Name | Description | |
---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | Dispose(Object, DisposeEventArgs) |
Called if the component gets disposed.
(Inherited from IDisposableComponent.) |
![]() | ToTraceString |
Creates an object specific string which can be written into the trace.
(Inherited from ITraceInfoProvider.) |