2 types derived from ReceiveAsyncResultBase
System.ServiceModel (2)
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
219
class TryReceiveAsyncResult :
ReceiveAsyncResultBase
249
class ReceiveAsyncResult :
ReceiveAsyncResultBase
4 references to ReceiveAsyncResultBase
System.ServiceModel (4)
System\ServiceModel\Channels\OneWayChannelListener.cs (4)
424
ReceiveAsyncResultBase
thisPtr = (
ReceiveAsyncResultBase
)result.AsyncState;
456
ReceiveAsyncResultBase
thisPtr = (
ReceiveAsyncResultBase
)result.AsyncState;