Results 312 comments of Kerry Jiang

Hello Nima, do you mean you want WebSocket4Net expose an api to send fragments by yourself?

I think this change do two things: 1) pass in custom header items 2) hook handshake event for 1), you can pass in custom header items from construction parameter; for...

I know your idea. But I think there might be an easier way. 1) as I mentioned websocket4net allow you pass in any customized header items 2) there is already...

@sohaimeng Hello, do you have a stracktrace of this exception?

Do you have stacktrace of this exception.

What's the error did you get? The exception's message should help.

There are two properties of websocket's Security option you may need: ``` /// /// Whether allow untrusted certificate /// public bool AllowUnstrustedCertificate { get; set; } /// /// Whether allow...

I am not sure if PCL project can reference one .net core assembly.

They are properties of Security. websocket.Security.AllowUnstrustedCertificate websocket.Security.AllowNameMismatchCertificate