System.Net.CommandStream.PipelineCallback C# (CSharp) 메소드

PipelineCallback() 보호된 메소드

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