3 references to GetDuplexSessionOrThrow
System.ServiceModel (3)
System\ServiceModel\Channels\ServiceChannel.cs (3)
1628return GetDuplexSessionOrThrow().BeginCloseOutputSession(timeout, callback, state); 1633GetDuplexSessionOrThrow().EndCloseOutputSession(result); 1638GetDuplexSessionOrThrow().CloseOutputSession(timeout);