C# Class Dev2.Runtime.WebServer.Responses.StringResponseWriter

Inheritance: IResponseWriter
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
StringResponseWriter ( string text, MediaTypeHeaderValue contentType ) : System.Net.Http
StringResponseWriter ( string text, MediaTypeHeaderValue contentType, bool enforceSizeCap ) : System.Net.Http
StringResponseWriter ( string text, string contentType ) : System.Net.Http
Write ( WebServerContext context ) : void

Private Methods

Méthode Description
UpdateContentDisposition ( HttpResponseMessage responseMessage ) : void

Method Details

StringResponseWriter() public méthode

public StringResponseWriter ( string text, MediaTypeHeaderValue contentType ) : System.Net.Http
text string
contentType System.Net.Http.Headers.MediaTypeHeaderValue
Résultat System.Net.Http

StringResponseWriter() public méthode

public StringResponseWriter ( string text, MediaTypeHeaderValue contentType, bool enforceSizeCap ) : System.Net.Http
text string
contentType System.Net.Http.Headers.MediaTypeHeaderValue
enforceSizeCap bool
Résultat System.Net.Http

StringResponseWriter() public méthode

public StringResponseWriter ( string text, string contentType ) : System.Net.Http
text string
contentType string
Résultat System.Net.Http

Write() public méthode

public Write ( WebServerContext context ) : void
context WebServerContext
Résultat void