eauge / OpenTok-DotNet

Sample app and SDK for .NET
0 stars 2 forks source link

HttpOpenTok refactor #12

Open aoberoi opened 10 years ago

aoberoi commented 10 years ago

This should probably live in a namespace that is tucked away from people using it, such as Util.

I think the name can be improved by calling it the HttpClient (or something similar). Having OpenTok in the name is redundant if its part of the namespace. Adding Client to the name specifies that this isn't doing any serving, merely making requests.