Interface IContextWrapper (4.3.1)

public interface IContextWrapper

Wraps an HTTP context.

Namespace

Google.Cloud.Diagnostics.Common

Assembly

Google.Cloud.Diagnostics.Common.dll

Methods

GetHttpMethod()

string GetHttpMethod()

Gets the HTTP method. GET, POST, etc. Can be null.

Returns
TypeDescription
String

GetUri()

string GetUri()

Gets the HTTP request Uri. Can be null.

Returns
TypeDescription
String

GetUserAgent()

string GetUserAgent()

Gets the user agent. Can be null.

Returns
TypeDescription
String