1 write to direction
System.ServiceModel (1)
System\ServiceModel\Channels\DirectionalAction.cs (1)
20
this.
direction
= direction;
7 references to direction
System.ServiceModel (7)
System\ServiceModel\Channels\DirectionalAction.cs (7)
34
{ get { return this.
direction
; } }
52
return (this.
direction
== other.
direction
)
61
if ((this.
direction
== MessageDirection.Input) && (other.
direction
== MessageDirection.Output))
63
if ((this.
direction
== MessageDirection.Output) && (other.
direction
== MessageDirection.Input))