1 write to description
System.ServiceModel (1)
System\ServiceModel\ServiceHost.cs (1)
758
this.
description
= description;
9 references to description
System.ServiceModel (9)
System\ServiceModel\ServiceHost.cs (9)
215
get { return this.
description
; }
506
dictionary["ServiceConfigurationName"] = this.
description
.ConfigurationName;
553
dispatcherBuilder.InitializeServiceHost(
description
, this);
555
SecurityValidationBehavior.Instance.AfterBuildTimeValidation(
description
);
690
resolver.AddBehaviorContractsToResolver(this.
description
== null ? null : this.
description
.Behaviors);
1051
ServiceCredentials c =
description
.Behaviors.Find<ServiceCredentials>();
1059
ServiceAuthorizationBehavior authorization =
description
.Behaviors.Find<ServiceAuthorizationBehavior>();
1067
ServiceAuthenticationBehavior authentication =
description
.Behaviors.Find<ServiceAuthenticationBehavior>();