TransportLayerInsecurity.Server.ReadAsynchronously C# (CSharp) Method

ReadAsynchronously() private method

private ReadAsynchronously ( StreamContext context ) : void
context StreamContext
return void
        void ReadAsynchronously(StreamContext context)
        {
            context.Stream.BeginRead(context.Buffer, 0, context.Buffer.Length, OnAsynchronousRead, context);
        }