1 write to AcceptAcksTo
System.ServiceModel (1)
System\ServiceModel\Channels\CreateSequenceResponse.cs (1)
123createSequenceResponse.AcceptAcksTo = EndpointAddress.ReadFrom(addressingVersion, reader,
4 references to AcceptAcksTo
System.ServiceModel (4)
System\ServiceModel\Channels\ChannelReliableSession.cs (4)
893else if ((createResponse.AcceptAcksTo == null) && (this.InputID != null)) 910else if ((createResponse.AcceptAcksTo != null) && (this.InputID == null)) 915else if (createResponse.AcceptAcksTo != null && (createResponse.AcceptAcksTo.Uri != this.binder.RemoteAddress.Uri))