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