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