1
//------------------------------------------------------------------------------
3 // This code was generated by a tool.
4 // Runtime Version:2.0.50727.4900
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
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
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
);