Click or drag to resize

EC2PluginDoRequest Method

Namespace:  Amazon.XRay.Recorder.Core.Plugins
Assembly:  AWSXRayRecorder.Core (in AWSXRayRecorder.Core.dll) Version: 2.14.0+018bfa65877dd72e346735bad4d7ad46f217da09
Syntax
C#
protected virtual string DoRequest(
	string url,
	HttpMethod method,
	Dictionary<string, string> headers = null
)

Parameters

url
Type: SystemString
method
Type: System.Net.HttpHttpMethod
headers (Optional)
Type: System.Collections.GenericDictionaryString, String

Return Value

Type: String
See Also