Beispiel #1
0
 internal static partial int SslRead(SafeSslHandle ssl, ref byte buf, int num, out SslErrorCode error);
Beispiel #2
0
 internal static partial int SslRenegotiate(SafeSslHandle ssl, out SslErrorCode error);
Beispiel #3
0
 internal static partial int SslDoHandshake(SafeSslHandle ssl, out SslErrorCode error);