yantian yue
2023-12-29 4dff0422d36233abbdac5ebf628365b724a906b5
提交 | 用户 | 时间
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 }