AttachmentResponse Constructor (Int32, Byte, String, String) |
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,
byte[] responseBytes,
string status,
string guid
)
Public Sub New (
httpResponseCode As Integer,
responseBytes As Byte(),
status As String,
guid As String
)
public:
AttachmentResponse(
int httpResponseCode,
array<unsigned char>^ responseBytes,
String^ status,
String^ guid
)
new :
httpResponseCode : int *
responseBytes : byte[] *
status : string *
guid : string -> AttachmentResponseParameters
- httpResponseCode
- Type: SystemInt32
- responseBytes
- Type: SystemByte
- status
- Type: SystemString
- guid
- Type: SystemString
See Also