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