Méthode | Description | |
---|---|---|
HandleEmptyJson ( this response ) : void | ||
HandleJson ( this response, string json ) : void | ||
RawServing ( this response, string mime, int maxAge, string data ) : void |
public static HandleEmptyJson ( this response ) : void | ||
response | this | |
Résultat | void |
public static HandleJson ( this response, string json ) : void | ||
response | this | |
json | string | |
Résultat | void |
public static RawServing ( this response, string mime, int maxAge, string data ) : void | ||
response | this | |
mime | string | |
maxAge | int | |
data | string | |
Résultat | void |