7 references to SendOperation
System.ServiceModel.Http (7)
System\ServiceModel\Channels\WebSocketHelper.cs (1)
224
case WebSocketHelper.
SendOperation
:
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (6)
191
_pendingWritingMessageException = WebSocketHelper.CreateExceptionOnTaskFailure(task, timeout, WebSocketHelper.
SendOperation
);
274
task.Wait(helper.RemainingTime(), WebSocketHelper.ThrowCorrectException, WebSocketHelper.
SendOperation
);
405
WebSocketHelper.
SendOperation
);
1126
throw WebSocketHelper.ConvertAndTraceException(ex, new TimeSpan(WriteTimeout), WebSocketHelper.
SendOperation
);
1156
task.Wait(timeoutHelper.RemainingTime(), WebSocketHelper.ThrowCorrectException, WebSocketHelper.
SendOperation
);
1202
WebSocketHelper.
SendOperation
);