J'ai deux méthodes web que je souhaite surcharge:.NET WebMethods de surcharge - Possible?
<WebMethod()> _
Public Function GetProject(ByVal id As Int32) As Project
<WebMethod(MessageName:="GetProjects")> _
Public Function GetProject(ByVal filter As String) As Projects
je lis sur la surcharge en utilisant MessageName, mais je ne peux pas obtenir ce travail. Est-ce possible?