2 writes to asyncSendTimeout
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
93this.asyncSendTimeout = this.asyncReceiveTimeout = TimeSpan.MaxValue; 1492this.asyncSendTimeout = timeout;
3 references to asyncSendTimeout
System.ServiceModel (3)
System\ServiceModel\Channels\SocketConnection.cs (3)
259SR.GetString(SR.SocketAbortedSendTimedOut, thisPtr.asyncSendTimeout), TransferOperation.Write); 890ConvertSendException(socketException, TimeSpan.MaxValue, this.asyncSendTimeout), ExceptionEventType); 950this.asyncWriteException = ConvertSendException(socketException, TimeSpan.MaxValue, this.asyncSendTimeout);