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