C# 클래스 CookComputing.XmlRpc.XmlRpcAsyncResult

상속: IAsyncResult
파일 보기 프로젝트 열기: ayende/Subtext 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Complete void
Complete void
WaitForResponse System.Net.WebResponse
XmlRpcAsyncResult System

공개 메소드들

메소드 설명
Abort ( ) : void

비공개 메소드들

메소드 설명
Complete ( ) : void
Complete ( Exception ex ) : void
WaitForResponse ( ) : WebResponse
XmlRpcAsyncResult ( XmlRpcClientProtocol ClientProtocol, CookComputing.XmlRpc.XmlRpcRequest XmlRpcReq, Encoding XmlEncoding, bool useIndentation, int indentation, bool UseIntTag, WebRequest Request, AsyncCallback UserCallback, object UserAsyncState, int retryNumber ) : System

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void