HTTPResponse Constructor (Int32, DictionaryString, String, 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 responseCode,
Dictionary<string, string> serverFields,
byte[] responseBytes
)
Public Sub New (
responseCode As Integer,
serverFields As Dictionary(Of String, String),
responseBytes As Byte()
)
public:
HTTPResponse(
int responseCode,
Dictionary<String^, String^>^ serverFields,
array<unsigned char>^ responseBytes
)
new :
responseCode : int *
serverFields : Dictionary<string, string> *
responseBytes : byte[] -> HTTPResponseParameters
- responseCode
- Type: SystemInt32
- serverFields
- Type: System.Collections.GenericDictionaryString, String
- responseBytes
- Type: SystemByte
See Also