C# Class SfSdk.Response.SfResponse

Provides easier processing of response strings from a S&F data source.
Inheritance: ISfResponse
Mostrar archivo Open project: ebeeb/SfSdk Class Usage Examples

Public Methods

Method Description
SfResponse ( string responseString, Uri serverUri ) : System

Creates a new SfResponse.

Private Methods

Method Description
ParseResponseString ( string responseString ) : void
ProcessError ( SF error, string args ) : void
ProcessSuccess ( SF success, string args ) : void

Method Details

SfResponse() public method

Creates a new SfResponse.
When responseString or serverUri is null. When response string is empty.
public SfResponse ( string responseString, Uri serverUri ) : System
responseString string The response string of the request.
serverUri System.Uri The server .
return System