1 write to appTransportSettings
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\MetabaseSettings.cs (1)
578appTransportSettings = new HostedServiceTransportSettings();
11 references to appTransportSettings
System.ServiceModel.Activation (11)
System\ServiceModel\Activation\MetabaseSettings.cs (11)
424return appTransportSettings.Realm; 438return appTransportSettings.AccessSslFlags; 452return appTransportSettings.AuthFlags; 471return appTransportSettings.AuthProviders; 588appTransportSettings.Realm = (string)propertyValue; 597appTransportSettings.AuthFlags = (AuthFlags)(uint)propertyValue; 606appTransportSettings.AccessSslFlags = (HttpAccessSslFlags)(uint)propertyValue; 616appTransportSettings.AuthProviders = providersString.Split(IISConstants.CommaSeparator, StringSplitOptions.RemoveEmptyEntries); 626if (appTransportSettings.AuthProviders == null || appTransportSettings.AuthProviders.Length == 0) 628appTransportSettings.AuthProviders = DefaultAuthProviders;