2 writes to onSendCompleted
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestContext.cs (2)
667onSendCompleted = Fx.ThunkCallback(new AsyncCallback(OnSendResponseCompletedCallback)); 690onSendCompleted = Fx.ThunkCallback(new AsyncCallback(OnSendResponseCompletedCallback));
4 references to onSendCompleted
System.ServiceModel (4)
System\ServiceModel\Channels\HttpRequestContext.cs (4)
665if (onSendCompleted == null) 688if (onSendCompleted == null) 736result = context.httpOutput.BeginSend(this.timeoutHelper.RemainingTime(), onSendCompleted, this); 740result = context.httpOutput.BeginSend(httpResponseMessage, this.timeoutHelper.RemainingTime(), onSendCompleted, this);