1 ' Copyright (c) Microsoft Corporation. All rights reserved.
4 Imports System
.Collections
.Generic
5 Imports System
.ServiceModel
6 Imports System
.ServiceModel
.Web
8 Namespace Microsoft
.ServiceModel
.Samples
.BasicWebProgramming
11 Public Interface IService
12 <OperationContract()> _
14 Function EchoWithGet(ByVal s
As String) As String
16 <OperationContract()> _
18 Function EchoWithPost(ByVal s
As String) As String