17 instantiations of KeywordInfo
System.ServiceModel (17)
System\ServiceModel\ComIntegration\MonikerHelper.cs (17)
50
new
KeywordInfo
("address", MonikerAttribute.Address),
51
new
KeywordInfo
("contract", MonikerAttribute.Contract),
52
new
KeywordInfo
("wsdl", MonikerAttribute.Wsdl),
53
new
KeywordInfo
("spnidentity", MonikerAttribute.SpnIdentity),
54
new
KeywordInfo
("upnidentity", MonikerAttribute.UpnIdentity),
55
new
KeywordInfo
("dnsidentity", MonikerAttribute.DnsIdentity),
56
new
KeywordInfo
("binding", MonikerAttribute.Binding),
57
new
KeywordInfo
("bindingconfiguration", MonikerAttribute.BindingConfiguration),
58
new
KeywordInfo
("mexaddress", MonikerAttribute.MexAddress),
59
new
KeywordInfo
("mexbindingconfiguration", MonikerAttribute.MexBindingConfiguration),
60
new
KeywordInfo
("mexbinding", MonikerAttribute.MexBinding),
61
new
KeywordInfo
("bindingnamespace", MonikerAttribute.BindingNamespace),
62
new
KeywordInfo
("contractnamespace", MonikerAttribute.ContractNamespace),
63
new
KeywordInfo
("mexspnidentity", MonikerAttribute.MexSpnIdentity),
64
new
KeywordInfo
("mexupnidentity", MonikerAttribute.MexUpnIdentity),
65
new
KeywordInfo
("mexdnsidentity", MonikerAttribute.MexDnsIdentity),
66
new
KeywordInfo
("serializer", MonikerAttribute.Serializer)
4 references to KeywordInfo
System.ServiceModel (4)
System\ServiceModel\ComIntegration\MonikerHelper.cs (2)
48
internal static readonly
KeywordInfo
[] KeywordCollection = new
KeywordInfo
[]
System\ServiceModel\ComIntegration\MonikerUtility.cs (2)
28
foreach (MonikerHelper.
KeywordInfo
keywordInfo in MonikerHelper.
KeywordInfo
.KeywordCollection)