懒羊羊
2023-12-28 e46d3baaf3e8d7d85f4bafec3aad75e52b078408
提交 | 用户 | 时间
e46d3b 1 using System;
2 using System.CodeDom.Compiler;
3 using System.ServiceModel;
4 using System.ServiceModel.Channels;
5
6 namespace YX.WebService
7 {
8     [GeneratedCode("System.ServiceModel", "4.0.0.0")]
9     public interface WMISoapChannel : WMISoap, IClientChannel, IContextChannel, IChannel, ICommunicationObject, IExtensibleObject<IContextChannel>, IDisposable
10     {
11     }
12 }