示例#1
1
		public Binding ()
		{
			extensions = new ServiceDescriptionFormatExtensionCollection (this);
			operations = new OperationBindingCollection (this);
			serviceDescription = null;
			type = XmlQualifiedName.Empty;
		}
示例#2
0
 public Binding()
 {
     extensions         = new ServiceDescriptionFormatExtensionCollection(this);
     operations         = new OperationBindingCollection(this);
     serviceDescription = null;
     type = XmlQualifiedName.Empty;
 }
示例#3
0
        public Binding()
        {
            extensions = new ServiceDescriptionFormatExtensionCollection(this);
#if !NET_2_0
            name = String.Empty;
#endif
            operations         = new OperationBindingCollection(this);
            serviceDescription = null;
            type = XmlQualifiedName.Empty;
        }
示例#4
0
文件: Binding.cs 项目: nobled/mono
		public Binding ()
		{
			extensions = new ServiceDescriptionFormatExtensionCollection (this);
#if !NET_2_0
			name = String.Empty;
#endif
			operations = new OperationBindingCollection (this);
			serviceDescription = null;
			type = XmlQualifiedName.Empty;
		}