2 instantiations of HostedServiceTransportSettings
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\MetabaseSettings.cs (2)
397HostedServiceTransportSettings transportSettings = new HostedServiceTransportSettings(); 578appTransportSettings = new HostedServiceTransportSettings();
12 references to HostedServiceTransportSettings
System.ServiceModel.Activation (12)
System\ServiceModel\Activation\MetabaseSettings.cs (12)
194IDictionary<string, HostedServiceTransportSettings> transportSettingsTable; 207transportSettingsTable = new Dictionary<string, HostedServiceTransportSettings>(StringComparer.OrdinalIgnoreCase); 212protected abstract HostedServiceTransportSettings CreateTransportSettings(string relativeVirtualPath); 216HostedServiceTransportSettings transportSettings = GetTransportSettings(virtualPath); 222HostedServiceTransportSettings transportSettings = GetTransportSettings(virtualPath); 228HostedServiceTransportSettings transportSettings = GetTransportSettings(virtualPath); 234HostedServiceTransportSettings transportSettings = GetTransportSettings(virtualPath); 283HostedServiceTransportSettings GetTransportSettings(string virtualPath) 290HostedServiceTransportSettings transportSettings; 371HostedServiceTransportSettings appTransportSettings; 395protected override HostedServiceTransportSettings CreateTransportSettings(string relativeVirtualPath) 397HostedServiceTransportSettings transportSettings = new HostedServiceTransportSettings();