Table of Contents

Class WebServiceResponseEventArgs

Namespace
Amazon.Runtime
Assembly
AWSSDK.Core.dll
public class WebServiceResponseEventArgs : ResponseEventArgs
Inheritance
WebServiceResponseEventArgs
Inherited Members

Constructors

WebServiceResponseEventArgs()

protected WebServiceResponseEventArgs()

Properties

Endpoint

public Uri Endpoint { get; }

Property Value

Uri

Parameters

public IDictionary<string, string> Parameters { get; }

Property Value

IDictionary<string, string>

Request

public AmazonWebServiceRequest Request { get; }

Property Value

AmazonWebServiceRequest

RequestHeaders

public IDictionary<string, string> RequestHeaders { get; }

Property Value

IDictionary<string, string>

Response

public AmazonWebServiceResponse Response { get; }

Property Value

AmazonWebServiceResponse

ResponseHeaders

public IDictionary<string, string> ResponseHeaders { get; }

Property Value

IDictionary<string, string>

ServiceName

public string ServiceName { get; }

Property Value

string