5 writes to replyInitiated
System.ServiceModel (5)
System\ServiceModel\Channels\RequestContextBase.cs (5)
37
this.
replyInitiated
= false;
226
this.
replyInitiated
= true;
243
this.
replyInitiated
= true;
266
this.
replyInitiated
= true;
283
this.
replyInitiated
= true;
3 references to replyInitiated
System.ServiceModel (3)
System\ServiceModel\Channels\RequestContextBase.cs (3)
70
get { return this.
replyInitiated
; }
208
if (this.
replyInitiated
)
220
if ((this.state != CommunicationState.Opened) || this.
replyInitiated
)