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

PipelineEntry() 개인적인 메소드

private PipelineEntry ( string command ) : System.IO
command string
리턴 System.IO
            internal PipelineEntry(string command)
            {
                Command = command;
            }
            internal PipelineEntry(string command, PipelineEntryFlags flags)

Same methods

CommandStream.PipelineEntry::PipelineEntry ( string command, PipelineEntryFlags flags ) : System.IO
CommandStream.PipelineEntry