System.Net.CommandStream.PipelineCallback C# (CSharp) Method

PipelineCallback() protected method

protected PipelineCallback ( PipelineEntry entry, ResponseDescription response, bool timeout, Stream &stream ) : PipelineInstruction
entry PipelineEntry
response ResponseDescription
timeout bool
stream Stream
return PipelineInstruction
        protected virtual PipelineInstruction PipelineCallback(PipelineEntry entry, ResponseDescription response, bool timeout, ref Stream stream)
        {
            return PipelineInstruction.Abort;
        }