© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2y ago•
32 replies
mynarco

Cannot find RemoteCertificateValidationCallback in ClientWebSocketOptions

Hello i am trying to bypass ssl certs by setting RemoteCertificateValidationCallback in the websocket options but they dont exist?

        Socket = new ClientWebSocket();
        Socket.Options.RemoteCertificateValidationCallback = delegate { return true; };
        Socket = new ClientWebSocket();
        Socket.Options.RemoteCertificateValidationCallback = delegate { return true; };


error:
'ClientWebSocketOptions' does not contain a definition for 'RemoteCertificateValidationCallback' and no accessible extension method 'RemoteCertificateValidationCallback' accepting a first argument of type 'ClientWebSocketOptions' could be found (are you missing a using directive or an assembly reference?)
'ClientWebSocketOptions' does not contain a definition for 'RemoteCertificateValidationCallback' and no accessible extension method 'RemoteCertificateValidationCallback' accepting a first argument of type 'ClientWebSocketOptions' could be found (are you missing a using directive or an assembly reference?)


msdn article: https://learn.microsoft.com/en-us/dotnet/api/system.net.websockets.clientwebsocketoptions.remotecertificatevalidationcallback?view=net-8.0#system-net-websockets-clientwebsocketoptions-remotecertificatevalidationcallback
ClientWebSocketOptions.RemoteCertificateValidationCallback Property...
Gets or sets the callback to validate a server certificate.
ClientWebSocketOptions.RemoteCertificateValidationCallback Property...
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ Cannot find .dll in referenced project
C#CC# / help
3y ago
❔ ProtoBuf cannot find imports
C#CC# / help
4y ago
❔ Cannot find explanation of error
C#CC# / help
3y ago
❔ ❔ Docker-Compose cannot find Dockerfile
C#CC# / help
4y ago