Home
last modified time | relevance | path

Searched refs:NoneAddress (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DAddressingVersion.cs28 …ddressing10Strings.Anonymous, XD.Addressing10Dictionary.Anonymous, Addressing10Strings.NoneAddress,
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/
H A DEndpointAddress.cs959 else if (address == Addressing10Strings.NoneAddress) in ReadContentsFrom10()
1124 writer.WriteString(XD.Addressing10Dictionary.NoneAddress); in WriteContentsTo10()
H A DXD.cs461 public XmlDictionaryString NoneAddress; field in System.ServiceModel.Addressing10Dictionary
470 this.NoneAddress = dictionary.CreateString(ServiceModelStringsVersion1.String103, 103); in Addressing10Dictionary()
1780 public const string NoneAddress = ServiceModelStringsVersion1.String103; field in System.ServiceModel.Addressing10Strings