Table of Contents

Class WebServiceRequestEventArgs

Namespace
Amazon.Runtime
Assembly
AWSSDK.Core.dll
public class WebServiceRequestEventArgs : RequestEventArgs
Inheritance
WebServiceRequestEventArgs
Inherited Members

Constructors

WebServiceRequestEventArgs()

protected WebServiceRequestEventArgs()

Properties

Endpoint

public Uri Endpoint { get; protected set; }

Property Value

Uri

Headers

public IDictionary<string, string> Headers { get; protected set; }

Property Value

IDictionary<string, string>

OriginalRequest

[Obsolete("OriginalRequest property has been deprecated in favor of the Request property")]
public AmazonWebServiceRequest OriginalRequest { get; }

Property Value

AmazonWebServiceRequest

ParameterCollection

public ParameterCollection ParameterCollection { get; protected set; }

Property Value

ParameterCollection

Parameters

[Obsolete("Parameters property has been deprecated in favor of the ParameterCollection property")]
public IDictionary<string, string> Parameters { get; protected set; }

Property Value

IDictionary<string, string>

Request

public AmazonWebServiceRequest Request { get; protected set; }

Property Value

AmazonWebServiceRequest

ServiceName

public string ServiceName { get; protected set; }

Property Value

string