1 write to Action
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
270
this.
Action
= dictionary.CreateString(ServiceModelStringsVersion1.String5, 5);
5 references to Action
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Addressing.cs (2)
63
get { return XD.AddressingDictionary.
Action
; }
91
Fx.Assert(reader.IsStartElement(XD.AddressingDictionary.
Action
, addressingVersion.DictionaryNamespace), "");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1242
builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.
Action
.Key));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageHelper.cs (1)
93
XD.AddressingDictionary.
Action
.Value));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaders.cs (1)
1184
strings[(int)HeaderKind.Action] = dictionary.
Action
;