ChangeLog 752 B

123456789101112131415161718192021
  1. 2006-03-11 Miguel de Icaza <[email protected]>
  2. * AuthenticatedStream.cs: Fixed normative parameter names (yes, we
  3. need to do this everywhere one day).
  4. (Close): actually obey the "leaveInnerStreamOpen" setting from the
  5. constructor.
  6. 2006-03-07 Carlos Alberto Cortez <[email protected]>
  7. * SslStream.cs, NegotiateStream.cs: Override CanTimeout,
  8. ReadTimeout and WriteTimeout properties, to avoid warnings.
  9. 2005-10-26 Atsushi Enomoto <[email protected]>
  10. * ProtectionLevel.cs : fix enumeration.
  11. 2004-09-13 Tim Coleman <[email protected]>
  12. * AuthenticatedStream.cs AuthenticationLevel.cs LocalCertSelectionCallback.cs
  13. * NegotiateStream.cs ProtectionLevel.cs RemoteCertValidationCallback.cs
  14. * SslStream.cs: New stubs for Fx 2.0