HttpResponseMessage Constructor
Overload List
|
|
Name |
Description |
|---|---|---|
|
|
Initializes a new instance of the HttpResponseMessage class with the specified body. | |
|
|
Initializes a new instance of the HttpResponseMessage class with the specified HttpStatus. | |
|
|
Initializes a new instance of the HttpResponseMessage class with the specified body and Value. | |
|
|
Initializes a new instance of the HttpResponseMessage class with the specified HttpStatus and body. | |
|
|
Initializes a new instance of the HttpResponseMessage class with the specified HttpStatus and HttpResponseHeaders. | |
|
|
Initializes a new instance of the HttpResponseMessage class with the specified HttpStatus and Value. | |
|
|
Initializes a new instance of the HttpResponseMessage class with the specified HttpStatus, body and Value. | |
|
|
Initializes a new instance of the HttpResponseMessage class with the specified HttpStatus, HttpResponseHeaders and body. | |
|
|
Initializes a new instance of the HttpResponseMessage class with the specified HttpStatus, HttpResponseHeaders and Value. | |
|
|
HttpResponseMessage(HttpStatus, HttpResponseHeaders, Byte, Value) |
Initializes a new instance of the HttpResponseMessage class with the specified HttpStatus, HttpResponseHeaders, body and Value. |
Reference
HttpResponseMessage Class TcHmiSrv.Core.Tools.Net.Http Namespace
Copyright © Beckhoff Automation GmbH & Co. KG
- HttpResponseMessage(Byte) Constructor
- HttpResponseMessage(HttpStatus) Constructor
- HttpResponseMessage(Byte, Value) Constructor
- HttpResponseMessage(HttpStatus, Byte) Constructor
- HttpResponseMessage(HttpStatus, HttpResponseHeaders) Constructor
- HttpResponseMessage(HttpStatus, Value) Constructor
- HttpResponseMessage(HttpStatus, Byte, Value) Constructor
- HttpResponseMessage(HttpStatus, HttpResponseHeaders, Byte) Constructor
- HttpResponseMessage(HttpStatus, HttpResponseHeaders, Value) Constructor
- HttpResponseMessage(HttpStatus, HttpResponseHeaders, Byte, Value) Constructor