ServiceStack.HttpRequestExtensions.GetSoapMessage C# (CSharp) Method

GetSoapMessage() public static method

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