Click or drag to resize
weroSoft AG, Software
IRestRequestInfo Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Represents the technical info of a REST request info feature.

Namespace:  WeroSoft.Communication.Data
Assembly:  WeroSoft.Communication.Library (in WeroSoft.Communication.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IRestRequestInfo : IRequestInfo, 
	IFeature, IDisposableComponent, IDisposable, ITraceInfoProvider

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
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodDispose(Object, DisposeEventArgs)
Called if the component gets disposed.
(Inherited from IDisposableComponent.)
Public methodToTraceString
Creates an object specific string which can be written into the trace.
(Inherited from ITraceInfoProvider.)
Top
See Also