CloudTracingExtensions Class
Helper extension methods used by tracing providers.
Namespace: Microsoft.WindowsAzure.Common
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Common.CloudTracingExtensions
Syntax
public static class CloudTracingExtensions
[ExtensionAttribute]
public ref class CloudTracingExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
type CloudTracingExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class CloudTracingExtensions
Methods
Name | Description | |
---|---|---|
AsFormattedString(HttpRequestMessage) | Returns string representation of a HttpRequestMessage. |
|
AsFormattedString(HttpResponseMessage) | Returns string representation of a HttpResponseMessage. |
|
AsFormattedString<TKey, TValue>(IDictionary<TKey, TValue>) | Converts given dictionary into a log string. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Common Namespace
Return to top