//------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //------------------------------------------------------------------------------ namespace System.Web.Services.Protocols { using System; /// public enum SoapProtocolVersion { /// Default, /// Soap11, /// Soap12, } }