Partial checkin for enterprise storage to be used for remote desktop services

This commit is contained in:
robvde 2013-05-27 21:08:22 +04:00
parent 5783a98f62
commit 029ddd6d7c
26 changed files with 852 additions and 4 deletions

View file

@ -0,0 +1,36 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.6400
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
//
// This source code was auto-generated by wsdl, Version=2.0.50727.3038.
//
namespace WebsitePanel.EnterpriseServer {
using System.Xml.Serialization;
using System.Web.Services;
using System.ComponentModel;
using System.Web.Services.Protocols;
using System;
using System.Diagnostics;
/// <remarks/>
// CODEGEN: No methods were found in the WSDL for this protocol.
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.3038")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Web.Services.WebServiceBindingAttribute(Name="esEnterpriseStorageSoap", Namespace="http://smbsaas/websitepanel/enterpriseserver")]
public partial class esEnterpriseStorage : Microsoft.Web.Services3.WebServicesClientProtocol {
/// <remarks/>
public esEnterpriseStorage() {
this.Url = "http://localhost:9002/esEnterpriseStorage.asmx";
}
}
}