C# 클래스 NServiceBus.XmlSanitizingStream

상속: System.IO.StreamReader
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
IsLegalXmlChar ( int character ) : bool

Get whether an integer represents a legal XML 1.0 character. See the specification at w3.org for these characters.

IsLegalXmlChar ( string xmlVersion, int character ) : bool
Peek ( ) : int
Read ( ) : int
Read ( char buffer, int index, int count ) : int
ReadBlock ( char buffer, int index, int count ) : int
ReadLine ( ) : string
ReadToEnd ( ) : string
XmlSanitizingStream ( Stream streamToSanitize ) : System

메소드 상세

IsLegalXmlChar() 공개 정적인 메소드

Get whether an integer represents a legal XML 1.0 character. See the specification at w3.org for these characters.
public static IsLegalXmlChar ( int character ) : bool
character int
리턴 bool

IsLegalXmlChar() 공개 정적인 메소드

public static IsLegalXmlChar ( string xmlVersion, int character ) : bool
xmlVersion string
character int
리턴 bool

Peek() 공개 메소드

public Peek ( ) : int
리턴 int

Read() 공개 메소드

public Read ( ) : int
리턴 int

Read() 공개 메소드

public Read ( char buffer, int index, int count ) : int
buffer char
index int
count int
리턴 int

ReadBlock() 공개 메소드

public ReadBlock ( char buffer, int index, int count ) : int
buffer char
index int
count int
리턴 int

ReadLine() 공개 메소드

public ReadLine ( ) : string
리턴 string

ReadToEnd() 공개 메소드

public ReadToEnd ( ) : string
리턴 string

XmlSanitizingStream() 공개 메소드

public XmlSanitizingStream ( Stream streamToSanitize ) : System
streamToSanitize Stream
리턴 System