![]() | |
IRequestData Interface |
Namespace: WeroSoft.Communication.Data
public interface IRequestData : IFeature, IDisposableComponent, IDisposable, ITraceInfoProvider
The IRequestData type exposes the following members.
Name | Description | |
---|---|---|
![]() | Data |
Gets the business logic representation of the data.
|
![]() | Headers |
Gets the headers of the request.
|
![]() | IsFramework |
Gets a value indicating whether the property is a framework property.
(Inherited from IFeature.) |
![]() | QueryStrings |
Gets the query string data of the request.
|
![]() | RawData |
Gets data of the request.
|
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.) |