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