PageRenderTime 48ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/Source/ResourceManagement.Client/WsTransfer/IMEX.cs

#
C# | 16 lines | 15 code | 1 blank | 0 comment | 0 complexity | d51524c9c7c2de381b8f2aa350fe1f1c MD5 | raw file
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ServiceModel.Channels;
  4. using System.ServiceModel;
  5. using System.Text;
  6. namespace Microsoft.ResourceManagement.Client.WsTransfer
  7. {
  8. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "3.0.0.0")]
  9. [System.ServiceModel.ServiceContractAttribute(Namespace = Constants.WsTransfer.Namespace, ConfigurationName = Constants.WsTransfer.IMEX)]
  10. public interface IMEX
  11. {
  12. [System.ServiceModel.OperationContractAttribute(ProtectionLevel = System.Net.Security.ProtectionLevel.None, Action = Constants.WsTransfer.GetAction, ReplyAction = Constants.WsTransfer.GetResponseAction)]
  13. Message Get(Message request);
  14. }
  15. }