3 references to sendCallback
System.ServiceModel (3)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (3)
2221return this.sessionChannel.channelBinder.BeginSend(response, timeoutHelper.RemainingTime(), sendCallback, this); 2225return requestContext.BeginReply(response, sendCallback, this); 2229return new SendCompletedAsyncResult(sendCallback, this);