C# 클래스 SfSdk.Response.SfResponse

Provides easier processing of response strings from a S&F data source.
상속: ISfResponse
파일 보기 프로젝트 열기: ebeeb/SfSdk 1 사용 예제들

공개 메소드들

메소드 설명
SfResponse ( string responseString, Uri serverUri ) : System

Creates a new SfResponse.

비공개 메소드들

메소드 설명
ParseResponseString ( string responseString ) : void
ProcessError ( SF error, string args ) : void
ProcessSuccess ( SF success, string args ) : void

메소드 상세

SfResponse() 공개 메소드

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 .
리턴 System