2 references to RequestAsyncInternal
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\SecurityChannelFactory.cs (2)
419return RequestAsyncInternal(message, timeout).ToApm(callback, state); 484return RequestAsyncInternal(message, timeout).GetAwaiter().GetResult();