1 write to host
System.ServiceModel (1)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (1)
460
this.
host
= host;
3 references to host
System.ServiceModel (3)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (3)
485
EndpointDispatcher endpointDispatcher = GetListenerByID(this.
host
.ChannelDispatchers, endpoint.Id);
509
Fx.Assert(this.
host
!= null, "ServiceHostBase field on MetadataExtensionInitializer should never be null.");
510
wsdlExporter.ExportEndpoints(exportedEndpoints, serviceName, this.
host
.GetBindingParameters(exportedEndpoints));