System\ServiceModel\Channels\ReliableChannelListener.cs (5)
868IAsyncResult result = this.typedListener.BeginAcceptChannel(TimeSpan.MaxValue, onAcceptCompleted, this);
1296return channel.BeginTryReceive(TimeSpan.MaxValue, callback, state);
1334return channel.BeginTryReceiveRequest(TimeSpan.MaxValue, callback, state);
1588return channel.BeginTryReceive(TimeSpan.MaxValue, callback, channel);
1626return channel.BeginTryReceiveRequest(TimeSpan.MaxValue, callback, channel);
System\ServiceModel\Channels\SocketConnection.cs (13)
93this.asyncSendTimeout = this.asyncReceiveTimeout = TimeSpan.MaxValue;
94this.socketSyncSendTimeout = this.socketSyncReceiveTimeout = TimeSpan.MaxValue;
570ConvertSendException(socketException, TimeSpan.MaxValue, this.socketSyncSendTimeout), ExceptionEventType);
696TransferOperation.Undefined, false, null, TransferOperation.Undefined, null, TimeSpan.MaxValue);
890ConvertSendException(socketException, TimeSpan.MaxValue, this.asyncSendTimeout), ExceptionEventType);
950this.asyncWriteException = ConvertSendException(socketException, TimeSpan.MaxValue, this.asyncSendTimeout);
1210throw DiagnosticUtility.ExceptionUtility.ThrowHelper(ConvertReceiveException(socketException, TimeSpan.MaxValue, this.asyncReceiveTimeout), ExceptionEventType);
1279this.asyncReadException = ConvertReceiveException(socketException, TimeSpan.MaxValue, this.asyncReceiveTimeout);
1315asyncReadException = ConvertReceiveException(socketException, TimeSpan.MaxValue, this.asyncReceiveTimeout);
1456if (timeout == TimeSpan.MaxValue)
1493if (timeout == TimeSpan.MaxValue)
1596if (timeSpent == TimeSpan.MaxValue)
1617if (timeSpent == TimeSpan.MaxValue)