C# Class NeoSmart.Web.CdnRewriteFilter

Inheritance: System.IO.MemoryStream
Afficher le fichier Open project: neosmart/web

Méthodes publiques

Méthode Description
CdnRewriteFilter ( Stream stream ) : System
Write ( byte buffer, int offset, int count ) : void

Private Methods

Méthode Description
CdnRewriteFilter ( ) : System
PrefixDomain ( Match match ) : string

Method Details

CdnRewriteFilter() public méthode

public CdnRewriteFilter ( Stream stream ) : System
stream Stream
Résultat System

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void