Table of Contents

Class Extensions

Namespace
Amazon.Runtime.Internal.Util
Assembly
AWSSDK.Core.dll
public static class Extensions
Inheritance
Extensions
Inherited Members

Methods

GetElapsedDateTimeTicks(Stopwatch)

public static long GetElapsedDateTimeTicks(this Stopwatch self)

Parameters

self Stopwatch

Returns

long

HasRequestData(IRequest)

Returns true if the Content is set or there are query parameters.

public static bool HasRequestData(this IRequest request)

Parameters

request IRequest

This request

Returns

bool

True if data is present; false otherwise.