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