Click or drag to resize

RestRequestMessage Constructor

Initialize the rest message with the contents of the request message

Namespace:  RestSrvr.Message
Assembly:  RestSrvr (in RestSrvr.dll) Version: 3.0.481-alpha
Syntax
public RestRequestMessage(
	HttpListenerRequest request
)

Parameters

request
Type: System.NetHttpListenerRequest

[Missing <param name="request"/> documentation for "M:RestSrvr.Message.RestRequestMessage.#ctor(System.Net.HttpListenerRequest)"]

See Also