CorrelationRequest Properties |
The CorrelationRequest type exposes the following members.
Name | Description | |
---|---|---|
Direction | ||
RemoteHost |
Gets the DNS name or IP address of the remote host.
| |
RemotePort |
Gets the remote port, or -1 if it's the default port.
| |
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.
|