A base class for service clients that handles making the actual requests and possibly retries if needed.

Namespace: Amazon.Runtime
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public abstract class AmazonWebServiceClient : IDisposable
Public MustInherit Class AmazonWebServiceClient _
	Implements IDisposable
public ref class AmazonWebServiceClient abstract : IDisposable

Members

      
 All Members  Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Dispose()()()()
Disposes of all managed and unmanaged resources.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ShouldRetry(HttpStatusCode, ClientConfig, AmazonServiceException, Int32)
Returns true if a failed request should be retried.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

See Also