[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
Response class
Namespace: NFX.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
internal Response(
WorkContext work,
HttpListenerResponse netResponse
)
internal Response(
WorkContext work,
HttpListenerResponse netResponse
)
Friend Sub New (
work As WorkContext,
netResponse As HttpListenerResponse
)
Friend Sub New (
work As WorkContext,
netResponse As HttpListenerResponse
)
internal:
Response(
WorkContext^ work,
HttpListenerResponse^ netResponse
)
internal:
Response(
WorkContext^ work,
HttpListenerResponse^ netResponse
)
new :
work : WorkContext *
netResponse : HttpListenerResponse -> Response
new :
work : WorkContext *
netResponse : HttpListenerResponse -> Response