1
//------------------------------------------------------------------------------
3 // This code was generated by a tool.
4 // Runtime Version:2.0.50727.42
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
9 //------------------------------------------------------------------------------
12 namespace Microsoft
.ServiceModel
.Samples
16 [System
.CodeDom
.Compiler
.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
17 [System
.ServiceModel
.ServiceContractAttribute(Namespace
="http://Microsoft.ServiceModel.Samples", ConfigurationName
="Microsoft.ServiceModel.Samples.IStreamedEchoService")]
18 public interface IStreamedEchoService
21 [System
.ServiceModel
.OperationContractAttribute(Action
="http://Microsoft.ServiceModel.Samples/IStreamedEchoService/Echo", ReplyAction
="http://Microsoft.ServiceModel.Samples/IStreamedEchoService/EchoResponse")]
22 System
.IO
.Stream
Echo(System
.IO
.Stream data
);
25 [System
.CodeDom
.Compiler
.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
26 public interface IStreamedEchoServiceChannel
: Microsoft
.ServiceModel
.Samples
.IStreamedEchoService
, System
.ServiceModel
.IClientChannel
30 [System
.Diagnostics
.DebuggerStepThroughAttribute()]
31 [System
.CodeDom
.Compiler
.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
32 public partial class StreamedEchoServiceClient
: System
.ServiceModel
.ClientBase
<Microsoft
.ServiceModel
.Samples
.IStreamedEchoService
>, Microsoft
.ServiceModel
.Samples
.IStreamedEchoService
35 public StreamedEchoServiceClient()
39 public StreamedEchoServiceClient(string endpointConfigurationName
) :
40 base(endpointConfigurationName
)
44 public StreamedEchoServiceClient(string endpointConfigurationName
, string remoteAddress
) :
45 base(endpointConfigurationName
, remoteAddress
)
49 public StreamedEchoServiceClient(string endpointConfigurationName
, System
.ServiceModel
.EndpointAddress remoteAddress
) :
50 base(endpointConfigurationName
, remoteAddress
)
54 public StreamedEchoServiceClient(System
.ServiceModel
.Channels
.Binding binding
, System
.ServiceModel
.EndpointAddress remoteAddress
) :
55 base(binding
, remoteAddress
)
59 public System
.IO
.Stream
Echo(System
.IO
.Stream data
)
61 return base.Channel
.Echo(data
);