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