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