예제 #1
1
파일: Binding.cs 프로젝트: Profit0004/mono
		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;
		}