public CryptoEditorHttpPostHelper(string url, string contentType, CryptoEditorProfile profile)
 {
     this.url = url;
     this.contentType = contentType;
     this.profile = profile;
 }
Ejemplo n.º 2
0
 public CryptoEditorPersist(ArrayList plugins, CryptoEditorProfile currentProfile)
 {
     this.plugins = plugins;
     this.currentProfile = currentProfile;
 }
        public HttpServiceClient(CryptoEditorProfile profile)
        {
            this.profile = profile;

            #if DEBUG_SERVER
            serviceAddress = "http://localhost:8080/";
            #endif
        }