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