System.Net.Security.Tests.SslStreamAllowedProtocolsTest.NotImplementedStream.Flush C# (CSharp) Method

Flush() public method

public Flush ( ) : void
return void
            public override void Flush() { throw new NotImplementedException(); }
            public override int Read(byte[] buffer, int offset, int count) { throw new NotImplementedException(); }
SslStreamAllowedProtocolsTest.NotImplementedStream