예제 #1
0
 public PipeOptions(System.Buffers.MemoryPool <byte> pool = null, System.IO.Pipelines.PipeScheduler readerScheduler = null, System.IO.Pipelines.PipeScheduler writerScheduler = null, long pauseWriterThreshold = (long)32768, long resumeWriterThreshold = (long)16384, int minimumSegmentSize = 2048, bool useSynchronizationContext = true)
 {
 }
예제 #2
0
 public PipeOptions(System.Buffers.MemoryPool <byte> pool = null, System.IO.Pipelines.PipeScheduler readerScheduler = null, System.IO.Pipelines.PipeScheduler writerScheduler = null, long pauseWriterThreshold = (long)0, long resumeWriterThreshold = (long)0, int minimumSegmentSize = 2048)
 {
 }
예제 #3
0
 public PipeOptions(System.Buffers.MemoryPool <System.Byte> pool = default(System.Buffers.MemoryPool <System.Byte>), System.IO.Pipelines.PipeScheduler readerScheduler = default(System.IO.Pipelines.PipeScheduler), System.IO.Pipelines.PipeScheduler writerScheduler = default(System.IO.Pipelines.PipeScheduler), System.Int64 pauseWriterThreshold = default(System.Int64), System.Int64 resumeWriterThreshold = default(System.Int64), int minimumSegmentSize = default(int), bool useSynchronizationContext = default(bool)) => throw null;
예제 #4
0
 public SocketAwaitableEventArgs(System.IO.Pipelines.PipeScheduler ioScheduler)
 {
 }
예제 #5
0
 protected SocketSenderReceiverBase(System.Net.Sockets.Socket socket, System.IO.Pipelines.PipeScheduler scheduler)
 {
 }
예제 #6
0
 public SocketSender(System.Net.Sockets.Socket socket, System.IO.Pipelines.PipeScheduler scheduler) : base(default(System.Net.Sockets.Socket), default(System.IO.Pipelines.PipeScheduler))
 {
 }