5 references to CloseOperation
System.ServiceModel (5)
System\ServiceModel\Channels\WebSocketHelper.cs (1)
344
case WebSocketHelper.
CloseOperation
:
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (4)
160
closeTask.Wait(timeout, WebSocketHelper.ThrowCorrectException, WebSocketHelper.
CloseOperation
);
185
task.Wait(timeout, WebSocketHelper.ThrowCorrectException, WebSocketHelper.
CloseOperation
);
294
WebSocketHelper.ThrowExceptionOnTaskFailure(t, timeout, WebSocketHelper.
CloseOperation
);
1485
pendingException = WebSocketHelper.ConvertAndTraceException(ex, timeout, WebSocketHelper.
CloseOperation
);