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