ServiceStack.HttpRequestExtensions.GetSoapMessage C# (CSharp) 메소드

GetSoapMessage() 공개 정적인 메소드

public static GetSoapMessage ( this httpReq ) : System.ServiceModel.Channels.Message
httpReq this
리턴 System.ServiceModel.Channels.Message
        public static System.ServiceModel.Channels.Message GetSoapMessage(this IRequest httpReq)
        {
            return httpReq.Items[Keywords.SoapMessage] as System.ServiceModel.Channels.Message;
        }