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