C# Class CookComputing.XmlRpc.XmlRpcAsyncResult

Inheritance: IAsyncResult
Afficher le fichier Open project: ayende/Subtext Class Usage Examples

Private Properties

Свойство Type Description
Complete void
Complete void
WaitForResponse System.Net.WebResponse
XmlRpcAsyncResult System

Méthodes publiques

Méthode Description
Abort ( ) : void

Private Methods

Méthode Description
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

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void