public static MonoNewTlsStream GetNewTlsStream(MSI.MonoSslStream stream) { return(((MonoSslStreamImpl)stream).Impl); }
public static bool IsNewTlsStream(MSI.MonoSslStream stream) { return(stream is MonoSslStreamImpl); }