1 write to innerWriter
System.ServiceModel (1)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
750this.innerWriter = writer;
26 references to innerWriter
System.ServiceModel (26)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (26)
764this.innerWriter.WriteStartAttribute(prefix, localName, namespaceUri); 773this.innerWriter.WriteAttributeString(XD.UtilityDictionary.Prefix.Value, XD.UtilityDictionary.IdAttribute, XD.UtilityDictionary.Namespace, id); 788this.innerWriter.WriteStartElement(prefix, localName, namespaceUri); 794this.innerWriter.Close(); 799this.innerWriter.Flush(); 804return this.innerWriter.LookupPrefix(ns); 809this.innerWriter.WriteBase64(buffer, index, count); 814this.innerWriter.WriteCData(text); 819this.innerWriter.WriteCharEntity(ch); 824this.innerWriter.WriteChars(buffer, index, count); 829this.innerWriter.WriteComment(text); 834this.innerWriter.WriteDocType(name, pubid, sysid, subset); 839this.innerWriter.WriteEndAttribute(); 844this.innerWriter.WriteEndDocument(); 849this.innerWriter.WriteEndElement(); 854this.innerWriter.WriteEntityRef(name); 859this.innerWriter.WriteFullEndElement(); 864this.innerWriter.WriteProcessingInstruction(name, text); 869this.innerWriter.WriteRaw(data); 874this.innerWriter.WriteRaw(buffer, index, count); 879this.innerWriter.WriteStartDocument(standalone); 884this.innerWriter.WriteStartDocument(); 889get { return this.innerWriter.WriteState; } 894this.innerWriter.WriteString(text); 899this.innerWriter.WriteSurrogateCharEntity(lowChar, highChar); 904this.innerWriter.WriteWhitespace(ws);