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