1 instantiation of AcceptWebSocketAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
546return new AcceptWebSocketAsyncResult(this, response, protocol, callback, state);
4 references to AcceptWebSocketAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\HttpRequestContext.cs (4)
551AcceptWebSocketAsyncResult.End(result); 1092AsyncResult.End<AcceptWebSocketAsyncResult>(result); 1097AcceptWebSocketAsyncResult thisPtr = (AcceptWebSocketAsyncResult)result.AsyncState;