1 write to Address
System.ServiceModel.Primitives (1)
System\ServiceModel\XD.cs (1)
297
Address
= dictionary.CreateString(ServiceModelStringsVersion1.String21, 21);
9 references to Address
System.ServiceModel.Primitives (9)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1252
builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.
Address
.Key));
System\ServiceModel\EndpointAddress.cs (8)
683
if (!reader.IsStartElement(XD.AddressingDictionary.
Address
, AddressingVersion.WSAddressingAugust2004.DictionaryNamespace))
685
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(CreateXmlException(reader, SRP.Format(SRP.UnexpectedElementExpectingElement, reader.LocalName, reader.NamespaceURI, XD.AddressingDictionary.
Address
.Value, XD.Addressing200408Dictionary.Namespace.Value)));
841
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SRP.Format(SRP.InvalidUriValue, address, XD.AddressingDictionary.
Address
.Value, AddressingVersion.WSAddressingAugust2004.Namespace)));
854
if (!reader.IsStartElement(XD.AddressingDictionary.
Address
, XD.Addressing10Dictionary.Namespace))
856
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(CreateXmlException(reader, SRP.Format(SRP.UnexpectedElementExpectingElement, reader.LocalName, reader.NamespaceURI, XD.AddressingDictionary.
Address
.Value, XD.Addressing10Dictionary.Namespace.Value)));
913
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SRP.Format(SRP.InvalidUriValue, address, XD.AddressingDictionary.
Address
.Value, XD.Addressing10Dictionary.Namespace.Value)));
990
writer.WriteStartElement(XD.AddressingDictionary.
Address
, XD.Addressing200408Dictionary.Namespace);
1062
writer.WriteStartElement(XD.AddressingDictionary.
Address
, XD.Addressing10Dictionary.Namespace);