15 references to GetPropertyOrDefault
dotnet-svcutil-lib (15)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\InitiatorServiceModelSecurityTokenRequirement.cs (4)
23return GetPropertyOrDefault<EndpointAddress>(TargetAddressProperty, null); 35return GetPropertyOrDefault<Uri>(ViaProperty, null); 47return GetPropertyOrDefault<bool>(IsOutOfBandTokenProperty, false); 59return GetPropertyOrDefault<bool>(PreferSslCertificateAuthenticatorProperty, false);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\RecipientServiceModelSecurityTokenRequirement.cs (1)
19return GetPropertyOrDefault<Uri>(ListenUriProperty, null);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\ServiceModelSecurityTokenRequirement.cs (10)
90return GetPropertyOrDefault<bool>(IsInitiatorProperty, false); 98return GetPropertyOrDefault<SecurityAlgorithmSuite>(SecurityAlgorithmSuiteProperty, null); 110return GetPropertyOrDefault<SecurityBindingElement>(SecurityBindingElementProperty, null); 122return GetPropertyOrDefault<EndpointAddress>(IssuerAddressProperty, null); 134return GetPropertyOrDefault<Binding>(IssuerBindingProperty, null); 146return GetPropertyOrDefault<SecurityBindingElement>(SecureConversationSecurityBindingElementProperty, null); 158return GetPropertyOrDefault<SecurityTokenVersion>(MessageSecurityVersionProperty, null); 183return GetPropertyOrDefault<string>(TransportSchemeProperty, null); 195return GetPropertyOrDefault<bool>(SupportSecurityContextCancellationProperty, defaultSupportSecurityContextCancellation); 207return GetPropertyOrDefault<EndpointAddress>(duplexClientLocalAddressProperty, null);