Searched refs:ReadFromInternal (Results 1 – 1 of 1) sorted by relevance
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel/ |
H A D | EndpointAddress.cs | 197 return ReadFromInternal (null, reader, null, null, null, null); in ReadFrom() 216 return ReadFromInternal (addressingVersion, reader, null, null, null, null); in ReadFrom() 235 …return ReadFromInternal (addressingVersion, reader, null, null, localName ?? XmlDictionaryString.E… in ReadFrom() 243 …return ReadFromInternal (addressingVersion, reader, localName ?? String.Empty, ns ?? String.Empty,… in ReadFrom() 246 private static EndpointAddress ReadFromInternal ( in ReadFromInternal() method in System.ServiceModel.EndpointAddress
|