Exemple #1
0
        public EndpointConfig(Guid appid,
                              Guid clsid,
                              Guid iid,
                              string bindingType,
                              string bindingName,
                              Uri address,
                              bool isMexEndpoint, List <string> methods)
        {
            this.appid         = appid;
            this.clsid         = clsid;
            this.iid           = iid;
            this.bindingType   = bindingType;
            this.bindingName   = bindingName;
            this.address       = address;
            this.isMexEndpoint = isMexEndpoint;
            this.methods       = methods;

            this.container = null;
        }
        public EndpointConfig(Guid appid,
                              Guid clsid,
                              Guid iid,
                              string bindingType,
                              string bindingName,
                              Uri address,
                              bool isMexEndpoint, List<string> methods)
        {
            this.appid = appid;
            this.clsid = clsid;
            this.iid = iid;
            this.bindingType = bindingType;
            this.bindingName = bindingName;
            this.address = address;
            this.isMexEndpoint = isMexEndpoint;
            this.methods = methods;

            this.container = null;
        }