2 references to EndEstablishConnection
System.ServiceModel (2)
System\ServiceModel\Channels\FramingChannels.cs (1)
889
connection = duplexChannel.connectionPoolHelper.
EndEstablishConnection
(result);
System\ServiceModel\Channels\StreamedFramingRequestChannel.cs (1)
677
this.connection = connectionPoolHelper.
EndEstablishConnection
(result);