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

WebServiceProxy() public method

public WebServiceProxy ( X509Certificate2 Certificado ) : System
Certificado System.Security.Cryptography.X509Certificates.X509Certificate2
return System
        public WebServiceProxy(X509Certificate2 Certificado)
        {
            this.oCertificado = Certificado;
        }

Same methods

WebServiceProxy::WebServiceProxy ( int cUF, string arquivoWSDL, X509Certificate2 Certificado, PadroesNFSe padraoNFSe, bool taHomologacao, Servicos servico ) : System