4 writes to Namespace
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
43
[ServiceBehavior(Name = WSTrustServiceContractConstants.ServiceBehaviorName,
Namespace
= WSTrustServiceContractConstants.Namespace, InstanceContextMode = InstanceContextMode.Single, ConcurrencyMode = ConcurrencyMode.Multiple)]
System.Web.Extensions (3)
ApplicationServices\AuthenticationService.cs (1)
26
ServiceBehavior(
Namespace
="http://asp.net/ApplicationServices/v200", InstanceContextMode = InstanceContextMode.Single, ConcurrencyMode = ConcurrencyMode.Multiple)
ApplicationServices\ProfileService.cs (1)
23
[ServiceBehavior(
Namespace
="http://asp.net/ApplicationServices/v200", InstanceContextMode = InstanceContextMode.Single, ConcurrencyMode = ConcurrencyMode.Multiple)]
ApplicationServices\RoleService.cs (1)
27
ServiceBehavior(
Namespace
="http://asp.net/ApplicationServices/v200", InstanceContextMode = InstanceContextMode.Single, ConcurrencyMode = ConcurrencyMode.Multiple)
3 references to Namespace
System.ServiceModel (3)
System\ServiceModel\Administration\ServiceInstanceProvider.cs (1)
268
instance.SetProperty(AdministrationStrings.Namespace, serviceBehavior.
Namespace
);
System\ServiceModel\Description\ServiceDescription.cs (2)
129
if (serviceBehavior.
Namespace
!= null)
130
serviceDescription.Namespace = serviceBehavior.
Namespace
;