added SSCLI 1.0
[windows-sources.git] / sdk / samples / WCFSamples / TechnologySamples / Basic / Service / Security / ExtendedProtection / CS / client / generatedClient.cs
blob8f4e6e3dee30c2fa5cca0ffad050f91caba30c69
1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 // This code was generated by a tool.
4 // Runtime Version:2.0.50727.4900
5 //
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
8 // </auto-generated>
9 //------------------------------------------------------------------------------
11 namespace Microsoft.Samples.ExtendedProtectionPolicy.ServiceReference
15 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
16 [System.ServiceModel.ServiceContractAttribute(ConfigurationName = "ServiceReference.IGetKey")]
17 public interface IGetKey
20 [System.ServiceModel.OperationContractAttribute(Action = "http://tempuri.org/IGetKey/GetKeyFromPasscode", ReplyAction = "http://tempuri.org/IGetKey/GetKeyFromPasscodeResponse")]
21 string GetKeyFromPasscode(string passCode);
24 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
25 public interface IGetKeyChannel : Microsoft.Samples.ExtendedProtectionPolicy.ServiceReference.IGetKey, System.ServiceModel.IClientChannel
29 [System.Diagnostics.DebuggerStepThroughAttribute()]
30 [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
31 public partial class GetKeyClient : System.ServiceModel.ClientBase<Microsoft.Samples.ExtendedProtectionPolicy.ServiceReference.IGetKey>, Microsoft.Samples.ExtendedProtectionPolicy.ServiceReference.IGetKey
34 public GetKeyClient()
38 public GetKeyClient(string endpointConfigurationName) :
39 base(endpointConfigurationName)
43 public GetKeyClient(string endpointConfigurationName, string remoteAddress) :
44 base(endpointConfigurationName, remoteAddress)
48 public GetKeyClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
49 base(endpointConfigurationName, remoteAddress)
53 public GetKeyClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
54 base(binding, remoteAddress)
58 public string GetKeyFromPasscode(string passCode)
60 return base.Channel.GetKeyFromPasscode(passCode);