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 6098489 commit 518018dCopy full SHA for 518018d
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