1 write to Address
System.ServiceModel (1)
System\ServiceModel\XD.cs (1)
430
this.
Address
= dictionary.CreateString(ServiceModelStringsVersion1.String21, 21);
9 references to Address
System.ServiceModel (9)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
1371
builder.AppendPrefixDictionaryElement(addressingPrefix, builder.GetStaticKey(addressingDictionary.
Address
.Key));
System\ServiceModel\EndpointAddress.cs (8)
759
if (!reader.IsStartElement(XD.AddressingDictionary.
Address
, AddressingVersion.WSAddressingAugust2004.DictionaryNamespace))
761
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(CreateXmlException(reader, SR.GetString(SR.UnexpectedElementExpectingElement, reader.LocalName, reader.NamespaceURI, XD.AddressingDictionary.
Address
.Value, XD.Addressing200408Dictionary.Namespace.Value)));
900
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.InvalidUriValue, address, XD.AddressingDictionary.
Address
.Value, AddressingVersion.WSAddressingAugust2004.Namespace)));
912
if (!reader.IsStartElement(XD.AddressingDictionary.
Address
, XD.Addressing10Dictionary.Namespace))
913
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(CreateXmlException(reader, SR.GetString(SR.UnexpectedElementExpectingElement, reader.LocalName, reader.NamespaceURI, XD.AddressingDictionary.
Address
.Value, XD.Addressing10Dictionary.Namespace.Value)));
968
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.InvalidUriValue, address, XD.AddressingDictionary.
Address
.Value, XD.Addressing10Dictionary.Namespace.Value)));
1045
writer.WriteStartElement(XD.AddressingDictionary.
Address
, XD.Addressing200408Dictionary.Namespace);
1117
writer.WriteStartElement(XD.AddressingDictionary.
Address
, XD.Addressing10Dictionary.Namespace);