2 types derived from IOAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\Connection.cs (2)
487sealed class ReadAsyncResult : IOAsyncResult 522sealed class WriteAsyncResult : IOAsyncResult
2 references to IOAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\Connection.cs (2)
466IOAsyncResult thisPtr = (IOAsyncResult)state;