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