C# 클래스 Microsoft.Silverlight.Testing.Service.WebServiceResult

Result object for asynchronous test service response that uses a simple web service / POX call.
상속: ServiceResult
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

공개 메소드들

메소드 설명
ReadHttpWebResponse ( ) : void

Reads the web response, if successful, and parses out the string content.

WebServiceResult ( WebRequest request, WebResponse response ) : System

Initializes a new web service result.

WebServiceResult ( WebRequest request, WebResponse response, object details ) : System

Initializes a new web service result.

비공개 메소드들

메소드 설명
ProcessResponse ( ) : void

메소드 상세

ReadHttpWebResponse() 공개 메소드

Reads the web response, if successful, and parses out the string content.
public ReadHttpWebResponse ( ) : void
리턴 void

WebServiceResult() 공개 메소드

Initializes a new web service result.
public WebServiceResult ( WebRequest request, WebResponse response ) : System
request System.Net.WebRequest The request object.
response System.Net.WebResponse The response object.
리턴 System

WebServiceResult() 공개 메소드

Initializes a new web service result.
public WebServiceResult ( WebRequest request, WebResponse response, object details ) : System
request System.Net.WebRequest The request object.
response System.Net.WebResponse The response object.
details object The details to associate for debugging /// purposes.
리턴 System