Request
Gets the original request object wrapped by this interface, for instance
an HttpRequest
, HttpWeRequest
or HttpRequestMessage
.
This property exists so that custom implementations of ICorrelationProtocol
can rely on specific properties of requests that are not exposed by this interface.
Declaration
public object Request { get; }
Property Value
Type | Description |
---|---|
object |