1

I have a .NET SSL server that use SslStream class to communicate with clients.

Does anyone know if this class can communicate with sockets of other languages like Java or only with .NET ?

Thanks.

----- EDIT ----

It works.

DropTheCode
  • 465
  • 1
  • 7
  • 14
  • 2
    What makes you think that a protocol implementation (SSL) is language specific? The question makes just as much sense as to ask if a text file written by a .NET application can be read by a Java application. – jarnbjo Nov 21 '11 at 17:26
  • 1
    Because sslstream class is based on windows socket. – DropTheCode Nov 22 '11 at 07:40

0 Answers0