9 references to ReceiveOperation
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketHelper.cs (1)
228
case WebSocketHelper.
ReceiveOperation
:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (8)
154
throw WebSocketHelper.ConvertAndTraceException(ex, timeout, WebSocketHelper.
ReceiveOperation
);
614
WebSocketHelper.ThrowCorrectException(ex, TimeSpan.MaxValue, WebSocketHelper.
ReceiveOperation
);
644
_pendingException = WebSocketHelper.ConvertAndTraceException(ex, TimeSpan.MaxValue, WebSocketHelper.
ReceiveOperation
);
781
WebSocketHelper.ThrowCorrectException(ex, _asyncReceiveTimeout, WebSocketHelper.
ReceiveOperation
);
792
_pendingException = WebSocketHelper.ConvertAndTraceException(ex, _asyncReceiveTimeout, WebSocketHelper.
ReceiveOperation
);
1025
_readTimeoutHelper.OriginalTimeout, WebSocketHelper.
ReceiveOperation
));
1074
throw WebSocketHelper.ConvertAndTraceException(ex, new TimeSpan(ReadTimeout), WebSocketHelper.
ReceiveOperation
);
1274
WebSocketHelper.ThrowCorrectException, WebSocketHelper.
ReceiveOperation
);