System.Net.CommandStream.PipelineCallback C# (CSharp) Méthode

PipelineCallback() protected méthode

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