1 write to action
System.ServiceModel (1)
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
45
GetActions(description, dictionary, out this.
action
, out this.replyAction);
4 references to action
System.ServiceModel (4)
System\ServiceModel\Dispatcher\OperationFormatter.cs (4)
65
if (
action
!= null)
66
return
action
.Value;
279
action
== null ? null : ActionHeader.Create(
action
, messageVersion.Addressing),