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