Open sandboxFocus

Interface ICorrelationRequestAdapter

Abstraction of the CorrelationRequest type.

Namespace: PostSharp.Patterns.Diagnostics.Correlation
Assembly: PostSharp.Patterns.Diagnostics.dll
Syntax
public interface ICorrelationRequestAdapter

Properties

Name Description
Direction

Gets the request direction (In or Out.

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.