DelegatingXmlDictionaryWriter 멤버
Class wraps a given writer and delegates all XmlDictionaryWriter calls to the inner wrapped writer.
다음 표에서는 DelegatingXmlDictionaryWriter 유형에서 제공하는 멤버를 나열합니다.
보호 생성자
이름 | 설명 | |
---|---|---|
DelegatingXmlDictionaryWriter | Initializes a new instance of T:Microsoft.IdentityModel.Protocols.XmlSignature.DelegatingXmlDictionaryWriter |
위
공용 속성
(보호 속성 참조)
이름 | 설명 | |
---|---|---|
CanCanonicalize | 재정의되었습니다. Returns a value indicating if the reader is capable of Canonicalization. | |
Settings | (XmlWriter에서 상속) | |
WriteState | 재정의되었습니다. When overridden in a derived class, gets the state of the writer. | |
XmlLang | (XmlWriter에서 상속) | |
XmlSpace | (XmlWriter에서 상속) |
위
보호 속성
이름 | 설명 | |
---|---|---|
InnerWriter | Get the wrapped writer. |
위
공용 메서드
(보호 메서드 참조)
이름 | 설명 | |
---|---|---|
Close | 재정의되었습니다. Closes the underlying stream. | |
Create | 오버로드되었습니다. (XmlWriter에서 상속) | |
CreateBinaryWriter | 오버로드되었습니다. (XmlDictionaryWriter에서 상속) | |
CreateDictionaryWriter | (XmlDictionaryWriter에서 상속) | |
CreateMtomWriter | 오버로드되었습니다. (XmlDictionaryWriter에서 상속) | |
CreateTextWriter | 오버로드되었습니다. (XmlDictionaryWriter에서 상속) | |
EndCanonicalization | 재정의되었습니다. Closes a previous Start canonicalization operation. The stream given to the StartCanonicalization is flushed and any data written after this call will not be written to the canonical stream. | |
Equals | 오버로드되었습니다. (Object에서 상속) | |
Flush | 재정의되었습니다. Fluses the underlying stream. | |
GetHashCode | (Object에서 상속) | |
GetType | (Object에서 상속) | |
LookupPrefix | 재정의되었습니다. Returns the closest prefix defined in the current namespace scope for the namespace URI. | |
ReferenceEquals | (Object에서 상속) | |
StartCanonicalization | 재정의되었습니다. Indicates the start of Canonicalization. Any write opertation following this will canonicalize the data and will wirte it to the given stream. | |
ToString | (Object에서 상속) | |
WriteArray | 오버로드되었습니다. (XmlDictionaryWriter에서 상속) | |
WriteAttributes | (XmlWriter에서 상속) | |
WriteAttributeString | 오버로드되었습니다. (XmlDictionaryWriter에서 상속) | |
WriteBase64 | 재정의되었습니다. Encodes the specified binary bytes as Base64 and writes out the resulting text. | |
WriteBinHex | (XmlWriter에서 상속) | |
WriteCData | 재정의되었습니다. writes out a CDATA block containing the specified text. | |
WriteCharEntity | 재정의되었습니다. Forces the generation of a character entity for the specified Unicode character value. | |
WriteChars | 재정의되었습니다. When overridden in a derived class, writes text one buffer at a time. | |
WriteComment | 재정의되었습니다. Writes out a comment containing the specified text. | |
WriteDocType | 재정의되었습니다. Writes the DOCTYPE declaration with the specified name and optional attributes. | |
WriteElementString | 오버로드되었습니다. (XmlDictionaryWriter에서 상속) | |
WriteEndAttribute | 재정의되었습니다. Closes the previous System.Xml.XmlWriter.WriteStartAttribute(System.String,System.String) call. | |
WriteEndDocument | 재정의되었습니다. Closes any open elements or attributes and puts the writer back in the Start state. | |
WriteEndElement | 재정의되었습니다. Closes one element and pops the corresponding namespace scope. | |
WriteEntityRef | 재정의되었습니다. Writes out an entity reference as name. | |
WriteFullEndElement | 재정의되었습니다. Closes one element and pops the corresponding namespace scope. | |
WriteName | (XmlWriter에서 상속) | |
WriteNmToken | (XmlWriter에서 상속) | |
WriteNode | 오버로드되었습니다. (XmlDictionaryWriter에서 상속) | |
WriteProcessingInstruction | 재정의되었습니다. Writes out a processing instruction with a space between the name and text as follows: <?name text?>. | |
WriteQualifiedName | 오버로드되었습니다. (XmlDictionaryWriter에서 상속) | |
WriteRaw | 오버로드되었습니다. 재정의되었습니다. | |
WriteStartAttribute | 오버로드되었습니다. | |
WriteStartDocument | 오버로드되었습니다. 재정의되었습니다. | |
WriteStartElement | 오버로드되었습니다. | |
WriteString | 오버로드되었습니다. 재정의되었습니다. | |
WriteSurrogateCharEntity | 재정의되었습니다. Generates and writes the surrogate character entity for the surrogate character pair. | |
WriteValue | 오버로드되었습니다. (XmlDictionaryWriter에서 상속) | |
WriteWhitespace | 재정의되었습니다. Writes out the given white space. | |
WriteXmlAttribute | 오버로드되었습니다. 재정의되었습니다. | |
WriteXmlnsAttribute | 오버로드되었습니다. 재정의되었습니다. |
위
보호 메서드
이름 | 설명 | |
---|---|---|
Dispose | (XmlWriter에서 상속) | |
Finalize | (Object에서 상속) | |
InitializeInnerWriter | Initializes the inner writer that this instance wraps. | |
InitializeTracingWriter | ||
MemberwiseClone | (Object에서 상속) | |
WriteTextNode | (XmlDictionaryWriter에서 상속) |
위
명시적 인터페이스 구현
이름 | 설명 | |
---|---|---|
System.IDisposable.Dispose | (XmlWriter에서 상속) |
위
참고 항목
참조
DelegatingXmlDictionaryWriter 클래스
Microsoft.IdentityModel.Protocols.XmlSignature 네임스페이스
Copyright © 2008 by Microsoft Corporation.모든 권리 보유.