2 references to sharedCallback
System.ServiceModel (2)
System\ServiceModel\Security\ApplySecurityAndSendAsyncResult.cs (2)
42
IAsyncResult result = this.binding.BeginSecureOutgoingMessage(message, timeoutHelper.RemainingTime(), correlationState,
sharedCallback
, this);
66
IAsyncResult result = BeginSendCore(this.channel, message, timeoutHelper.RemainingTime(),
sharedCallback
, this);