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