Torna al Thread

<ServiceContract()> Public Interface IService <OperationContract()> Sub Test() End Interface Public Class Service Implements IService <OperationBehavior(impersonation:=ImpersonationOption.Required)> Sub Test() Implements IService.Test End Sub End Class
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5