1 write to IsSessionOpenNotificationEnabled
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
961
operationDescription.
IsSessionOpenNotificationEnabled
= opAttr.IsSessionOpenNotificationEnabled;
3 references to IsSessionOpenNotificationEnabled
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (2)
136
child.IsSessionOpenNotificationEnabled = operation.
IsSessionOpenNotificationEnabled
;
162
child.IsSessionOpenNotificationEnabled = operation.
IsSessionOpenNotificationEnabled
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
422
if (operation.
IsSessionOpenNotificationEnabled
)