CloudTracingExtensions Class

 

Helper extension methods used by tracing providers.

Namespace:   Microsoft.WindowsAzure.Common
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

System.Object
  Microsoft.WindowsAzure.Common.CloudTracingExtensions

<ExtensionAttribute>
Public NotInheritable Class CloudTracingExtensions

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticAsFormattedString(HttpRequestMessage)

Returns string representation of a HttpRequestMessage.

System_CAPS_pubmethodSystem_CAPS_staticAsFormattedString(HttpResponseMessage)

Returns string representation of a HttpResponseMessage.

System_CAPS_pubmethodSystem_CAPS_staticAsFormattedString(Of TKey, TValue)(IDictionary(Of TKey, TValue))

Converts given dictionary into a log string.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: