7
7
// </auto-generated>
8
8
//------------------------------------------------------------------------------
9
9
10
- namespace TFnet5_0_NS
10
+ namespace TFnet8_0_NS
11
11
{
12
12
using System . Runtime . Serialization ;
13
13
@@ -72,25 +72,25 @@ public string StringValue
72
72
}
73
73
74
74
[ 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" ) ]
76
76
public interface ITypeReuseSvc
77
77
{
78
78
79
79
[ 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 ) ;
81
81
82
82
[ 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 ) ;
84
84
}
85
85
86
86
[ 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
88
88
{
89
89
}
90
90
91
91
[ System . Diagnostics . DebuggerStepThroughAttribute ( ) ]
92
92
[ 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
94
94
{
95
95
96
96
/// <summary>
@@ -133,12 +133,12 @@ public TypeReuseSvcClient(System.ServiceModel.Channels.Binding binding, System.S
133
133
{
134
134
}
135
135
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 )
137
137
{
138
138
return base . Channel . GetDataAsync ( value ) ;
139
139
}
140
140
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 )
142
142
{
143
143
return base . Channel . GetDataUsingDataContractAsync ( composite ) ;
144
144
}
@@ -148,11 +148,6 @@ public virtual System.Threading.Tasks.Task OpenAsync()
148
148
return System . Threading . Tasks . Task . Factory . FromAsync ( ( ( System . ServiceModel . ICommunicationObject ) ( this ) ) . BeginOpen ( null , null ) , new System . Action < System . IAsyncResult > ( ( ( System . ServiceModel . ICommunicationObject ) ( this ) ) . EndOpen ) ) ;
149
149
}
150
150
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
-
156
151
private static System . ServiceModel . Channels . Binding GetBindingForEndpoint ( EndpointConfiguration endpointConfiguration )
157
152
{
158
153
if ( ( endpointConfiguration == EndpointConfiguration . BasicHttpBinding_ITypeReuseSvc ) )
0 commit comments