NFe.Components.EL.EL.EL C# (CSharp) Method

EL() public method

public EL ( TipoAmbiente tpAmb, string pastaRetorno, int codMun, string usuarioWs, string senhaWs, string usuarioProxy, string senhaProxy, string domainProxy ) : System
tpAmb TipoAmbiente
pastaRetorno string
codMun int
usuarioWs string
senhaWs string
usuarioProxy string
senhaProxy string
domainProxy string
return System
        public EL(TipoAmbiente tpAmb, string pastaRetorno, int codMun, string usuarioWs, string senhaWs, string usuarioProxy, string senhaProxy, string domainProxy)
            : base(tpAmb, pastaRetorno, codMun, usuarioWs, senhaWs, usuarioProxy, senhaProxy, domainProxy)
        { }
        #endregion
EL