1 write to AcksTo
System.ServiceModel (1)
System\ServiceModel\XD.cs (1)
1564this.AcksTo = dictionary.CreateString(ServiceModelStringsVersion1.String330, 330);
4 references to AcksTo
System.ServiceModel (4)
System\ServiceModel\Channels\CreateSequence.cs (2)
51info.AcksTo = EndpointAddress.ReadFrom(messageVersion.Addressing, reader, wsrmFeb2005Dictionary.AcksTo, wsrmNs); 174localAddress.WriteTo(this.addressingVersion, writer, wsrmFeb2005Dictionary.AcksTo, wsrmNs);
System\ServiceModel\Channels\CreateSequenceResponse.cs (2)
124wsrmFeb2005Dictionary.AcksTo, wsrmNs); 171this.acceptAcksTo.WriteTo(this.addressingVersion, writer, wsrmFeb2005Dictionary.AcksTo, wsrmNs);