2 writes to asyncWriteException
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
950
this.
asyncWriteException
= ConvertSendException(socketException, TimeSpan.MaxValue, this.asyncSendTimeout);
960
this.
asyncWriteException
= exception;
2 references to asyncWriteException
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
915
if (this.
asyncWriteException
!= null)
918
throw DiagnosticUtility.ExceptionUtility.ThrowHelper(this.
asyncWriteException
, ExceptionEventType);