| 123456789101112131415 |
- //
- // System.Web.Services.Description.ServiceDescriptionImportStyle.cs
- //
- // Author:
- // Tim Coleman ([email protected])
- //
- // Copyright (C) Tim Coleman, 2002
- //
- namespace System.Web.Services.Description {
- public enum ServiceDescriptionImportStyle {
- Client,
- Server
- }
- }
|