GetNonAtomizedNames() public method

public GetNonAtomizedNames ( string &localName, string &namespaceUri ) : void
localName string
namespaceUri string
return void
 public HeaderInfo(XmlDictionaryReader reader, string actor, bool mustUnderstand, bool relay, bool isReferenceParameter)
 {
     this.actor = actor;
     this.mustUnderstand = mustUnderstand;
     this.relay = relay;
     this.isReferenceParameter = isReferenceParameter;
     reader.GetNonAtomizedNames(out this.name, out this.ns);
 }