76 [Conditional(
"MONO_WEB_DEBUG")]
77 private void Debug(
string message)
166 if (currentResult !=
null)
192 if (group.CreateOrReuseConnection(
nextOperation, num != 0
L) !=
null)
203 global::System.Collections.Generic.LinkedListNode head = this.
operations.head;
206 global::System.Collections.Generic.LinkedListNode next = head.Next;
250 bool flag =
string.IsNullOrEmpty(
groupName);
260 bool flag =
string.IsNullOrEmpty(
name);
270 return connectionGroup;
395 return string.IsNullOrEmpty(this.<
Name>k__BackingField);
443 global::System.Collections.Generic.LinkedListNode head =
linkedList.head;
474 global::System.Collections.Generic.LinkedListNode head = this.
queue.head;
578 return this.
m_tcs.
_task.Wait(millisecondTimeout);
634 return default(
bool);
653 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
684 private bool <finalCleanup>5
__6;
707 if (task3 ==
null ||
task3 !=
null)
733 private CancellationTokenSource <cts>5
__2;
736 private Task <timeoutTask>5
__3;
class f__AnonymousType0<< Count > j__TPar
static void RemoveServicePoint(ServicePoint sp)
bool WaitOne(int millisecondTimeout)
TaskCompletionSource< bool > m_tcs
Task< bool > WaitAsync(int millisecondTimeout)
AsyncManualResetEvent(bool state)
ServicePointScheduler Scheduler
global::System.Collections.Generic.LinkedList< WebOperation > queue
void RemoveConnection(WebConnection connection)
WebOperation GetNextOperation()
ConnectionGroup(ServicePointScheduler scheduler, string name)
global::System.Collections.Generic.LinkedList< WebConnection > connections
readonly ServicePointScheduler< Scheduler > k__BackingField
void EnqueueOperation(WebOperation operation)
ValueTuple< WebConnection, bool > CreateOrReuseConnection(WebOperation operation, bool force)
WebConnection FindIdleConnection(WebOperation operation)
readonly string< Name > k__BackingField
void OnConnectionClosed(WebConnection connection)
global::System.Collections.Generic.LinkedList< ValueTuple< ServicePointScheduler.ConnectionGroup, WebConnection, Task > > idleConnections
readonly string< ME > k__BackingField
global::System.Collections.Generic.LinkedList< ValueTuple< ServicePointScheduler.ConnectionGroup, WebOperation > > operations
bool OperationCompleted(ServicePointScheduler.ConnectionGroup group, WebOperation operation)
void RemoveOperation(WebOperation operation)
static Task< bool > WaitAsync(Task workerTask, int millisecondTimeout)
ServicePointScheduler.ConnectionGroup defaultGroup
void CloseIdleConnection(ServicePointScheduler.ConnectionGroup group, WebConnection connection)
void SendRequest(WebOperation operation, string groupName)
void RunSchedulerIteration()
ServicePoint< ServicePoint > k__BackingField
ServicePointScheduler.AsyncManualResetEvent schedulerEvent
Dictionary< string, ServicePointScheduler.ConnectionGroup > groups
void Debug(string message)
void RemoveIdleConnection(WebConnection connection)
bool CloseConnectionGroup(string groupName)
void OnConnectionCreated(WebConnection connection)
ServicePointScheduler.ConnectionGroup GetConnectionGroup(string name)
ServicePointScheduler(ServicePoint servicePoint, int connectionLimit, int maxIdleTime)
bool SchedulerIteration(ServicePointScheduler.ConnectionGroup group)
WebCompletionSource< ValueTuple< bool, WebOperation > > finishedTask
static int CompareExchange(int location1, int value, int comparand)
static void Exit(object obj)
readonly Task< TResult > _task
static Task Delay(int millisecondsDelay)
AsyncTaskMethodBuilder t__builder
ConfiguredTaskAwaitable< Task >.ConfiguredTaskAwaiter u__1
void SetStateMachine(IAsyncStateMachine stateMachine)
void SetStateMachine(IAsyncStateMachine stateMachine)
ConfiguredTaskAwaitable< Task >.ConfiguredTaskAwaiter u__1
AsyncTaskMethodBuilder< bool ><> t__builder
static AsyncTaskMethodBuilder< TResult > Create()
static CancellationToken None