4 references to FindPartByName
System.Web.Services (4)
System\Web\Services\Description\MimeXmlImporter.cs (2)
56part = ImportContext.OutputMessage.FindPartByName(mimeXmlBinding.Part); 60part = ImportContext.OutputMessage.FindPartByName(mimeXmlBinding.Part);
System\Web\Services\Description\ServiceDescription.cs (1)
1284partArray[i] = FindPartByName(partNames[i]);
System\Web\Services\Description\SoapProtocolImporter.cs (1)
567MessagePart part = message.FindPartByName(header.Part);