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