Click or drag to resize

RestResponseMessage Constructor

Creates a new rest response message instance

Namespace:  RestSrvr.Message
Assembly:  RestSrvr (in RestSrvr.dll) Version: 3.0.481-alpha
Syntax
public RestResponseMessage(
	HttpListenerResponse response
)

Parameters

response
Type: System.NetHttpListenerResponse

[Missing <param name="response"/> documentation for "M:RestSrvr.Message.RestResponseMessage.#ctor(System.Net.HttpListenerResponse)"]

See Also