C# Class TrakHound.API.ApiError

Show file Open project: TrakHound/TrakHound-Community Class Usage Examples

Public Methods

Method Description
ProcessResponse ( HTTP responseInfo, string label = null ) : bool
ProcessResponse ( string response, string label = null ) : bool

Method Details

ProcessResponse() public static method

public static ProcessResponse ( HTTP responseInfo, string label = null ) : bool
responseInfo TrakHound.Tools.Web.HTTP
label string
return bool

ProcessResponse() public static method

public static ProcessResponse ( string response, string label = null ) : bool
response string
label string
return bool