3 references to GetDuplexSessionOrThrow
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ServiceChannel.cs (3)
1412return GetDuplexSessionOrThrow().BeginCloseOutputSession(timeout, callback, state); 1417GetDuplexSessionOrThrow().EndCloseOutputSession(result); 1422GetDuplexSessionOrThrow().CloseOutputSession(timeout);