3 references to InputMessage
System.Web.Services (3)
System\Web\Services\Description\HttpProtocolImporter.cs (1)
93foreach (MessagePart part in InputMessage.Parts) {
System\Web\Services\Description\MimeXmlImporter.cs (1)
50throw new InvalidOperationException(Res.GetString(Res.MessageHasNoParts1, ImportContext.InputMessage.Name));
System\Web\Services\Description\SoapProtocolImporter.cs (1)
650requestMessage = this.InputMessage;