We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b0c7f commit 693e8faCopy full SHA for 693e8fa
docs/reference/transport.md
@@ -56,7 +56,7 @@ var response = await client.Transport
56
The `OnBeforeRequest` callback in `IElasticsearchClientSettings` can be used to dynamically modify requests.
57
58
```csharp
59
-var settings = new ElasticsearchClientSettings(new Uri("http://localhost:9200))
+var settings = new ElasticsearchClientSettings(new Uri("http://localhost:9200"))
60
.OnBeforeRequest(OnBeforeRequest); <1>
61
62
RequestConfiguration? globalRequestConfiguration = null;
0 commit comments