| 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
)
Public Sub New (
response As HttpListenerResponse
)
public:
RestResponseMessage(
HttpListenerResponse^ response
)
new :
response : HttpListenerResponse -> RestResponseMessage
Parameters
- response
- Type: System.NetHttpListenerResponse
[Missing <param name="response"/> documentation for "M:RestSrvr.Message.RestResponseMessage.#ctor(System.Net.HttpListenerResponse)"]
See Also