2 writes to action
System.ServiceModel (2)
System\ServiceModel\Channels\DirectionalAction.cs (2)
23
this.
action
= MessageHeaders.WildcardAction;
28
this.
action
= action;
6 references to action
System.ServiceModel (6)
System\ServiceModel\Channels\DirectionalAction.cs (6)
37
{ get { return this.isNullAction ? null : this.
action
; } }
53
&& (this.
action
== other.
action
);
66
return this.
action
.CompareTo(other.
action
);
71
return this.
action
.GetHashCode();