HTTPResponse Constructor (Int32, Byte) |
Namespace:
Unvired.Kernel.Sync
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic HTTPResponse(
int httpResponseCode,
byte[] responseBytes
)
Public Sub New (
httpResponseCode As Integer,
responseBytes As Byte()
)
public:
HTTPResponse(
int httpResponseCode,
array<unsigned char>^ responseBytes
)
new :
httpResponseCode : int *
responseBytes : byte[] -> HTTPResponseParameters
- httpResponseCode
- Type: SystemInt32
- responseBytes
- Type: SystemByte
See Also