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