Abstraction of the CorrelationRequest type.
Namespace: PostSharp.Patterns.Diagnostics.Correlation
Assembly: PostSharp.Patterns.Diagnostics.dll
Syntax
public interface ICorrelationRequestAdapterProperties
| Name | Description |
|---|---|
| Direction |
Methods
| Name | Description |
|---|---|
| AddHeader(object, string, string) | Adds a request header. |
| GetRemoteHost(object) | Gets the DNS name or IP address of the remote host. |
| GetRemotePort(object) | Gets the remote port, or -1 if it's the default port. |
| RemoveHeader(object, string) | Removes a request header and all its values. |
| TryGetHeader(object, string, out IEnumerable<string>) | Gets a request header. |