Type of issue
Other
What documentation page is affected
https://www.elastic.co/docs/reference/elasticsearch/clients/dotnet/transport
What happened?
In the OnBeforeRequest example, there is a missing " which causes the example code to look like it's almost entirely a string, instead of code. I believe you want a closing " after the port number 9200.
Additional info
No response