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