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