C# Class webservFacturas.WebReferenceTimbre.FuncionesPlataformas

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Mostrar archivo Open project: VirtualCFDI/ValidaCFDIWS

Public Methods

Method Description
CancelAsync ( object userState ) : void
FuncionesPlataformas ( ) : System
GenSelloPacAsync ( string Cadena ) : void
GenSelloPacAsync ( string Cadena, object userState ) : void

Private Methods

Method Description
GenSelloPac ( string Cadena ) : string
IsLocalFileSystemWebService ( string url ) : bool
OnGenSelloPacOperationCompleted ( object arg ) : void

Method Details

CancelAsync() public method

public CancelAsync ( object userState ) : void
userState object
return void

FuncionesPlataformas() public method

public FuncionesPlataformas ( ) : System
return System

GenSelloPacAsync() public method

public GenSelloPacAsync ( string Cadena ) : void
Cadena string
return void

GenSelloPacAsync() public method

public GenSelloPacAsync ( string Cadena, object userState ) : void
Cadena string
userState object
return void