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;
        }