2 writes to IsOneWay
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Send.cs (2)
321
IsOneWay
= this.isOneWay,
367
this.internalSend.
IsOneWay
= this.isOneWay;
10 references to IsOneWay
System.ServiceModel.Activities (10)
System\ServiceModel\Activities\InternalSendMessage.cs (10)
394
if (!this.
IsOneWay
)
429
Fx.Assert(this.
IsOneWay
, "We can only reach here when we are one-way send Message!");
441
if (this.
IsOneWay
)
726
if (this.
IsOneWay
)
760
if (!
IsOneWay
&& !IsSendReply)
831
IsOneWay = this.
IsOneWay
,
1353
this.cachedFactoryCacheKey = new FactoryCacheKey(this.Endpoint, configName, this.
IsOneWay
, this.TokenImpersonationLevel,
1578
if (!this.
IsOneWay
)
1817
bool asyncSend = !this.internalSendMessage.
IsOneWay
;
2286
if (parent.
IsOneWay
)