14 references to MetabasePropertyType
System.ServiceModel.Activation (14)
System\ServiceModel\Activation\MetabaseReader.cs (1)
86
public object GetData(string path,
MetabasePropertyType
propertyType)
System\ServiceModel\Activation\MetabaseSettings.cs (13)
418
object propertyValue = FindPropertyUnderAppRoot(reader,
MetabasePropertyType
.Realm, relativeVirtualPath);
432
object propertyValue = FindPropertyUnderAppRoot(reader,
MetabasePropertyType
.AccessSslFlags, relativeVirtualPath);
446
object propertyValue = FindPropertyUnderAppRoot(reader,
MetabasePropertyType
.AuthFlags, relativeVirtualPath);
460
object propertyValue = FindPropertyUnderAppRoot(reader,
MetabasePropertyType
.AuthProviders, relativeVirtualPath);
540
object propertyValue = reader.GetData(siteAboPath,
MetabasePropertyType
.ServerBindings);
551
propertyValue = reader.GetData(siteAboPath,
MetabasePropertyType
.SecureBindings);
585
if (!foundRealm && ((propertyValue = reader.GetData(endAboPath,
MetabasePropertyType
.Realm))
594
if (!foundAuthFlags && ((propertyValue = reader.GetData(endAboPath,
MetabasePropertyType
.AuthFlags))
603
if (!foundAccessSslFlags && ((propertyValue = reader.GetData(endAboPath,
MetabasePropertyType
.AccessSslFlags))
612
if (!foundAuthProviders && ((propertyValue = reader.GetData(endAboPath,
MetabasePropertyType
.AuthProviders))
635
object FindPropertyUnderAppRoot(MetabaseReader reader,
MetabasePropertyType
propertyType, string relativeVirtualPath)
644
object FindPropertyUnderAppRoot(MetabaseReader reader,
MetabasePropertyType
propertyType, string relativeVirtualPath, out string matchedPath)
665
object FindHierarchicalProperty(MetabaseReader reader,
MetabasePropertyType
propertyType, string startAboPath, string endAboPath, out string matchedPath)