Пример #1
0
 /// <summary>
 /// Initializes a new instance of the InterfaceContract class.
 /// </summary>
 public InterfaceContract()
 {
     types         = new SchemaElements();
     isHttpBinding = false;
     bindings     |= SoapBindings.Soap11;
 }
		/// <summary>
		/// Initializes a new instance of the InterfaceContract class.
		/// </summary>
		public InterfaceContract()
		{
			types = new SchemaElements();
			isHttpBinding = false;
            bindings |= SoapBindings.Soap11;
		}