Torna al Thread

<System.Web.Services.WebService(Namespace:="http://192.168.1.64:8080/")> _ <System.Web.Services.WebServiceBinding(ConformsTo:=WsiProfiles.BasicProfile1_1)> _ <ToolboxItem(False)> _ Public Class WebService1 Inherits System.Web.Services.WebService <WebMethod(Description:="Restituisce l'ora attuale")> _ Public Function OraCorrente() As String 'If Not isAuthenticate() Then Return "" Return Now.ToShortDateString & " " & Now.ToShortTimeString End Function End Class
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5