77// </auto-generated>
88//------------------------------------------------------------------------------
99
10- namespace TFnet5_0_NS
10+ namespace TFnet8_0_NS
1111{
1212 using System . Runtime . Serialization ;
1313
@@ -72,25 +72,25 @@ public string StringValue
7272 }
7373
7474 [ System . CodeDom . Compiler . GeneratedCodeAttribute ( "Microsoft.Tools.ServiceModel.Svcutil" , "99.99.99" ) ]
75- [ System . ServiceModel . ServiceContractAttribute ( ConfigurationName = "TFnet5_0_NS .ITypeReuseSvc" ) ]
75+ [ System . ServiceModel . ServiceContractAttribute ( ConfigurationName = "TFnet8_0_NS .ITypeReuseSvc" ) ]
7676 public interface ITypeReuseSvc
7777 {
7878
7979 [ System . ServiceModel . OperationContractAttribute ( Action = "http://tempuri.org/ITypeReuseSvc/GetData" , ReplyAction = "http://tempuri.org/ITypeReuseSvc/GetDataResponse" ) ]
80- System . Threading . Tasks . Task < TFnet5_0_NS . BinLibrary > GetDataAsync ( int value ) ;
80+ System . Threading . Tasks . Task < TFnet8_0_NS . BinLibrary > GetDataAsync ( int value ) ;
8181
8282 [ System . ServiceModel . OperationContractAttribute ( Action = "http://tempuri.org/ITypeReuseSvc/GetDataUsingDataContract" , ReplyAction = "http://tempuri.org/ITypeReuseSvc/GetDataUsingDataContractResponse" ) ]
83- System . Threading . Tasks . Task < TFnet5_0_NS . TypeReuseCompositeType > GetDataUsingDataContractAsync ( TFnet5_0_NS . TypeReuseCompositeType composite ) ;
83+ System . Threading . Tasks . Task < TFnet8_0_NS . TypeReuseCompositeType > GetDataUsingDataContractAsync ( TFnet8_0_NS . TypeReuseCompositeType composite ) ;
8484 }
8585
8686 [ System . CodeDom . Compiler . GeneratedCodeAttribute ( "Microsoft.Tools.ServiceModel.Svcutil" , "99.99.99" ) ]
87- public interface ITypeReuseSvcChannel : TFnet5_0_NS . ITypeReuseSvc , System . ServiceModel . IClientChannel
87+ public interface ITypeReuseSvcChannel : TFnet8_0_NS . ITypeReuseSvc , System . ServiceModel . IClientChannel
8888 {
8989 }
9090
9191 [ System . Diagnostics . DebuggerStepThroughAttribute ( ) ]
9292 [ System . CodeDom . Compiler . GeneratedCodeAttribute ( "Microsoft.Tools.ServiceModel.Svcutil" , "99.99.99" ) ]
93- public partial class TypeReuseSvcClient : System . ServiceModel . ClientBase < TFnet5_0_NS . ITypeReuseSvc > , TFnet5_0_NS . ITypeReuseSvc
93+ public partial class TypeReuseSvcClient : System . ServiceModel . ClientBase < TFnet8_0_NS . ITypeReuseSvc > , TFnet8_0_NS . ITypeReuseSvc
9494 {
9595
9696 /// <summary>
@@ -133,12 +133,12 @@ public TypeReuseSvcClient(System.ServiceModel.Channels.Binding binding, System.S
133133 {
134134 }
135135
136- public System . Threading . Tasks . Task < TFnet5_0_NS . BinLibrary > GetDataAsync ( int value )
136+ public System . Threading . Tasks . Task < TFnet8_0_NS . BinLibrary > GetDataAsync ( int value )
137137 {
138138 return base . Channel . GetDataAsync ( value ) ;
139139 }
140140
141- public System . Threading . Tasks . Task < TFnet5_0_NS . TypeReuseCompositeType > GetDataUsingDataContractAsync ( TFnet5_0_NS . TypeReuseCompositeType composite )
141+ public System . Threading . Tasks . Task < TFnet8_0_NS . TypeReuseCompositeType > GetDataUsingDataContractAsync ( TFnet8_0_NS . TypeReuseCompositeType composite )
142142 {
143143 return base . Channel . GetDataUsingDataContractAsync ( composite ) ;
144144 }
@@ -148,11 +148,6 @@ public virtual System.Threading.Tasks.Task OpenAsync()
148148 return System . Threading . Tasks . Task . Factory . FromAsync ( ( ( System . ServiceModel . ICommunicationObject ) ( this ) ) . BeginOpen ( null , null ) , new System . Action < System . IAsyncResult > ( ( ( System . ServiceModel . ICommunicationObject ) ( this ) ) . EndOpen ) ) ;
149149 }
150150
151- public virtual System . Threading . Tasks . Task CloseAsync ( )
152- {
153- return System . Threading . Tasks . Task . Factory . FromAsync ( ( ( System . ServiceModel . ICommunicationObject ) ( this ) ) . BeginClose ( null , null ) , new System . Action < System . IAsyncResult > ( ( ( System . ServiceModel . ICommunicationObject ) ( this ) ) . EndClose ) ) ;
154- }
155-
156151 private static System . ServiceModel . Channels . Binding GetBindingForEndpoint ( EndpointConfiguration endpointConfiguration )
157152 {
158153 if ( ( endpointConfiguration == EndpointConfiguration . BasicHttpBinding_ITypeReuseSvc ) )
0 commit comments