12 references to AddressingVersionNotSupported
System.ServiceModel.Primitives (12)
System\ServiceModel\Channels\MessageVersion.cs (3)
67SRP.Format(SRP.AddressingVersionNotSupported, addressingVersion)); 87SRP.Format(SRP.AddressingVersionNotSupported, addressingVersion)); 99SRP.Format(SRP.AddressingVersionNotSupported, addressingVersion));
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
841new ProtocolException(SRP.Format(SRP.AddressingVersionNotSupported, messageVersion.Addressing))); 1252new ProtocolException(SRP.Format(SRP.AddressingVersionNotSupported, addressingVersion)));
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (2)
219new InvalidOperationException(SRP.Format(SRP.AddressingVersionNotSupported, addressing))); 245new InvalidOperationException(SRP.Format(SRP.AddressingVersionNotSupported, addressing)));
System\ServiceModel\EndpointAddress.cs (4)
289new ProtocolException(SRP.Format(SRP.AddressingVersionNotSupported, message.Version.Addressing))); 539nameof(reader), SRP.Format(SRP.AddressingVersionNotSupported, reader.NamespaceURI)); 600SRP.Format(SRP.AddressingVersionNotSupported, addressingVersion)); 978SRP.Format(SRP.AddressingVersionNotSupported, addressingVersion));
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
607new ProtocolException(SRP.Format(SRP.AddressingVersionNotSupported, closeMessage.Version.Addressing)));