3 writes to RequestType
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
255
this.
RequestType
= dictionary.Add(TrustDec2005Strings.RequestType);
System\ServiceModel\XD.cs (2)
1394
this.
RequestType
= dictionary.CreateString(ServiceModelStringsVersion1.String208, 208);
1449
this.
RequestType
= dictionary.CreateString(ServiceModelStringsVersion1.String208, 208);
4 references to RequestType
System.ServiceModel (4)
System\ServiceModel\DXD.cs (2)
326
Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.
RequestType
);
378
Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.
RequestType
);
System\ServiceModel\Security\WSTrust.cs (2)
267
else if (child.LocalName == DriverDictionary.
RequestType
.Value && child.NamespaceURI == DriverDictionary.Namespace.Value)
1056
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.
RequestType
, DriverDictionary.Namespace);