1 instantiation of AcceptAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
2009
return new
AcceptAsyncResult
(this, callback, state);
9 references to AcceptAsyncResult
System.ServiceModel (9)
System\ServiceModel\Channels\SocketConnection.cs (9)
2049
Socket socket =
AcceptAsyncResult
.End(result);
2237
AcceptAsyncResult
thisPtr = (
AcceptAsyncResult
)state;
2315
AcceptAsyncResult
thisPtr = (
AcceptAsyncResult
)e.UserToken;
2331
AcceptAsyncResult
thisPtr = result as
AcceptAsyncResult
;
2382
AcceptAsyncResult
thisPtr = AsyncResult.End<
AcceptAsyncResult
>(result);