Skip to content

Commit e8896d5

Browse files
committed
Added missing xml docs
1 parent 22a7ff4 commit e8896d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Elasticsearch.Net.Aws/Elasticsearch.Net.Aws/AwsHttpConnection.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ public class AwsHttpConnection : HttpConnection
1919
private readonly RegionEndpoint _region;
2020

2121
#if NETSTANDARD
22+
/// <summary>
23+
/// Initializes a new instance of the AwsHttpConnection using AWSOptions.
24+
/// </summary>
25+
/// <param name="options">The AWS options.</param>
2226
public AwsHttpConnection(AWSOptions options)
2327
: this(options.Credentials, options.Region)
2428
{

0 commit comments

Comments
 (0)