-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to add cookie as parameter #15
Comments
https://github.com/NVentimiglia/Websockets.PCL/blob/master/Websockets/IWebSocketConnection.cs There is no setCookie method. if you define it, I will accept a pull request |
@NVentimiglia, I know there is no setCookie method, I have added new method and using it in my PCL project. |
Have this source somewhere for review ? I will accept pulls. |
I am trying to pass cookie as parameter with new
setCookie
method.I have added method in IWebSocketConnection interface of Websockets project, and also added method in Websockets.iOS and Websockets.Droid project.
I am using PCL project for iOS and android. From my main project I am trying to call setCookie method with cookie parameter it gives error.
I am able to use connection.setCookie method but when I try to compile it it shows the above error.
Without setting cookie websocket is able to connect with test url i.e ws://echo.websocket.org/
I am only able to access and use the method which are already there, I am not able to add my method.
Why I am not able to access new methods?
The text was updated successfully, but these errors were encountered: