1 write to acceptAcksTo
System.ServiceModel (1)
System\ServiceModel\Channels\CreateSequenceResponse.cs (1)
39
this.
acceptAcksTo
= value;
3 references to acceptAcksTo
System.ServiceModel (3)
System\ServiceModel\Channels\CreateSequenceResponse.cs (3)
35
return this.
acceptAcksTo
;
168
if (this.
acceptAcksTo
!= null)
171
this.
acceptAcksTo
.WriteTo(this.addressingVersion, writer, wsrmFeb2005Dictionary.AcksTo, wsrmNs);