5 references to ReliableSessionBindingElement
dotnet-svcutil-lib (5)
CodeDomFixup\MethodCreationHelper.cs (1)
1519
ReliableSessionBindingElement defaultBindingElement = new
ReliableSessionBindingElement
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (1)
87
settings = new
ReliableSessionBindingElement
();
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (1)
276
_session = new
ReliableSessionBindingElement
();
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (1)
166
_session = new
ReliableSessionBindingElement
();
FrameworkFork\System.ServiceModel\System\ServiceModel\ReliableSession.cs (1)
21
_element = new
ReliableSessionBindingElement
();