C# (CSharp) DotNetty.Handlers.Tls NotSslRecordException - 3 examples found. These are the top rated real world C# (CSharp) examples of DotNetty.Handlers.Tls.NotSslRecordException extracted from open source projects. You can rate examples to help us improve the quality of examples.
Related
Related in langs
Special exception which will get thrown if a packet is received that not looks like a TLS/SSL record. A user can check for this NotSslRecordException and so detect if one peer tries to use secure and the other plain connection.