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.2081-alpha+2a5b7e36c643f1770ee7668b30338121303a2e40
Syntax
public RestRequestMessage(
	HttpListenerRequest request
)

Parameters

request  HttpListenerRequest

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

See Also