I Have a NetworkStream should handle both ssl and unencrypted
my data is ascii so when i check some first byte of stream i can determine stream is ssl or not
when i detect stream is ssl I cant create sslStream because AuthenticateAsServer should begin from begining of stream what can I do?