1iveowl / WebsocketClientLite.PCL

Websocket client lite
MIT License
38 stars 14 forks source link

Which way can I add custom headers? #2

Closed Alhantro closed 7 years ago

Alhantro commented 7 years ago

When I'm using SetRequestHeader(header.Key, header.Value); not implemented exception thrown.

1iveowl commented 7 years ago

Hi Alhantro,

It you by "Headers" mean "Sub Protocol" then please look at the Readme Again. I just updated it to reflect this newly added feature, just as I just updated the Nuget version to 2.0.2.

Does this help?