10 references to SendOperation
System.ServiceModel (10)
System\ServiceModel\Channels\WebSocketHelper.cs (1)
347
case WebSocketHelper.
SendOperation
:
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (9)
233
WebSocketHelper.ThrowExceptionOnTaskFailure(t, timeout, WebSocketHelper.
SendOperation
);
343
task.Wait(helper.RemainingTime(), WebSocketHelper.ThrowCorrectException, WebSocketHelper.
SendOperation
);
1308
throw FxTrace.Exception.AsError(WebSocketHelper.GetTimeoutException(null, TimeoutHelper.FromMilliseconds(this.WriteTimeout), WebSocketHelper.
SendOperation
));
1320
task.Wait(TimeoutHelper.FromMilliseconds(this.WriteTimeout), WebSocketHelper.ThrowCorrectException, WebSocketHelper.
SendOperation
);
1337
throw FxTrace.Exception.AsError(WebSocketHelper.GetTimeoutException(null, TimeoutHelper.FromMilliseconds(this.WriteTimeout), WebSocketHelper.
SendOperation
));
1357
WebSocketHelper.ThrowExceptionOnTaskFailure(t, TimeoutHelper.FromMilliseconds(this.WriteTimeout), WebSocketHelper.
SendOperation
);
1366
WebSocketHelper.ThrowExceptionOnTaskFailure(task, TimeoutHelper.FromMilliseconds(this.WriteTimeout), WebSocketHelper.
SendOperation
);
1382
task.Wait(timeout, WebSocketHelper.ThrowCorrectException, WebSocketHelper.
SendOperation
);
1418
WebSocketHelper.ThrowCorrectException(ex, TimeoutHelper.FromMilliseconds(this.WriteTimeout), WebSocketHelper.
SendOperation
);