System.ServiceModel.Dispatcher.BaseMessagesFormatter.HasReturnValue C# (CSharp) Method

HasReturnValue() static private method

static private HasReturnValue ( System.ServiceModel.Description.MessageBodyDescription desc ) : bool
desc System.ServiceModel.Description.MessageBodyDescription
return bool
		internal static bool HasReturnValue (MessageBodyDescription desc)
		{
			return desc.ReturnValue != null && desc.ReturnValue.Type != typeof (void);
		}