1 write to asyncReceiveTimeout
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
579
this.
asyncReceiveTimeout
= timeout;
3 references to asyncReceiveTimeout
System.ServiceModel (3)
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (3)
594
throw FxTrace.Exception.AsError(WebSocketHelper.GetTimeoutException(null, this.
asyncReceiveTimeout
, WebSocketHelper.ReceiveOperation));
896
WebSocketHelper.ThrowCorrectException(ex, this.
asyncReceiveTimeout
, WebSocketHelper.ReceiveOperation);
907
this.pendingException = WebSocketHelper.ConvertAndTraceException(ex, this.
asyncReceiveTimeout
, WebSocketHelper.ReceiveOperation);