C# 클래스 NeoSmart.Web.CdnRewriteFilter

상속: System.IO.MemoryStream
파일 보기 프로젝트 열기: neosmart/web

공개 메소드들

메소드 설명
CdnRewriteFilter ( Stream stream ) : System
Write ( byte buffer, int offset, int count ) : void

비공개 메소드들

메소드 설명
CdnRewriteFilter ( ) : System
PrefixDomain ( Match match ) : string

메소드 상세

CdnRewriteFilter() 공개 메소드

public CdnRewriteFilter ( Stream stream ) : System
stream Stream
리턴 System

Write() 공개 메소드

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
리턴 void