Namespace:
Unvired.Kernel.SyncResponse
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic RestResponse(
string status,
string responseString
)
Public Sub New (
status As String,
responseString As String
)
public:
RestResponse(
String^ status,
String^ responseString
)
new :
status : string *
responseString : string -> RestResponseParameters
- status
- Type: SystemString
- responseString
- Type: SystemString
See Also