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