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