2 references to sendCallback
System.ServiceModel (2)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
4779result = ((RequestContext)(object)faultContext).BeginReply(message, sendCallback, this); 4783result = ((IOutputChannel)faultContext).BeginSend(message, sendCallback, this);