3 references to GetDuplexSessionOrThrow
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (3)
1417return GetDuplexSessionOrThrow().BeginCloseOutputSession(timeout, callback, state); 1422GetDuplexSessionOrThrow().EndCloseOutputSession(result); 1427GetDuplexSessionOrThrow().CloseOutputSession(timeout);