//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //------------------------------------------------------------------------------ namespace System.Web.Services { using System; /// /// /// [To be supplied.] /// [Flags] public enum WsiProfiles { /// /// /// [To be supplied.] /// None = 0x00, /// /// /// [To be supplied.] /// BasicProfile1_1 = 0x01, } }