SSL with SocketAsyncEventArgs?

Discussion in 'C#' started by jcexited, Oct 7, 2010.

  1. jcexited

    jcexited New Member

    Joined:
    Sep 2, 2010
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    Hi,

    I'm developing a socket server using C# .NET. I'm using the async model provided by the SocketAsyncEventArgs class, because it must be a high performance server to support many connections in short periods of time. Next, I want to secure the communication between clients and server, and I think I could use SSL.

    Is there any way of using SSL with the SocketAsyncEventArgs model? I know .NET has the SslStream class for SSL securing, but I need to use SocketAsyncEventArgs for high performance.

    Is it possible to use SSL in an upper level, without implementing it in the server code?

    Thanks in advance.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice