gost / sensorthings-net-sdk

.NET SDK for OGC SensorThings
MIT License
2 stars 2 forks source link

Do not create HttpClient on every request #3

Closed bertt closed 6 years ago

bertt commented 6 years ago

https://github.com/gost/sensorthings-net-sdk/blob/master/src/sensorthings-net-sdk/client/Http.cs#L11 use static variable instead, create once HttpClient