ConnectionHelperGetResponseText Method |
Namespace:
Unvired.Kernel.UWP.Sync
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string GetResponseText(
int responseCode
)
Public Shared Function GetResponseText (
responseCode As Integer
) As String
public:
static String^ GetResponseText(
int responseCode
)
static member GetResponseText :
responseCode : int -> string
Parameters
- responseCode
- Type: SystemInt32
Return Value
Type:
String
See Also