AttachmentResponse Constructor (Int32, DictionaryString, String, Byte) |
Namespace:
Unvired.Kernel.SyncResponse
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic AttachmentResponse(
int httpResponseCode,
Dictionary<string, string> serverFields,
byte[] responseBytes
)
Public Sub New (
httpResponseCode As Integer,
serverFields As Dictionary(Of String, String),
responseBytes As Byte()
)
public:
AttachmentResponse(
int httpResponseCode,
Dictionary<String^, String^>^ serverFields,
array<unsigned char>^ responseBytes
)
new :
httpResponseCode : int *
serverFields : Dictionary<string, string> *
responseBytes : byte[] -> AttachmentResponseParameters
- httpResponseCode
- Type: SystemInt32
- serverFields
- Type: System.Collections.GenericDictionaryString, String
- responseBytes
- Type: SystemByte
See Also