2 references to sendCallback
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
2047
result = this.Rpc.Channel.binder.BeginSend(this.Rpc.Request, timeout,
sendCallback
, this);
2051
result = this.Rpc.Channel.binder.BeginRequest(this.Rpc.Request, timeout,
sendCallback
, this);