C# Class hypixel.ResponseExtentions

Afficher le fichier Open project: Ekwav/HypixelSkyblock

Méthodes publiques

Méthode Description
RedirectSkyblock ( Server.RequestContext res, string parameter = null, string type = null, string seoTerm = null ) : string
WriteEnd ( Server.RequestContext response, string stringContent ) : Task
WritePartial ( HttpListenerResponse response, string stringContent ) : Task

Private Methods

Méthode Description
WriteBytes ( Stream stream, Array bytes, int bufferLength ) : void

Method Details

RedirectSkyblock() public static méthode

public static RedirectSkyblock ( Server.RequestContext res, string parameter = null, string type = null, string seoTerm = null ) : string
res Server.RequestContext
parameter string
type string
seoTerm string
Résultat string

WriteEnd() public static méthode

public static WriteEnd ( Server.RequestContext response, string stringContent ) : Task
response Server.RequestContext
stringContent string
Résultat Task

WritePartial() public static méthode

public static WritePartial ( HttpListenerResponse response, string stringContent ) : Task
response HttpListenerResponse
stringContent string
Résultat Task