C# Class WcfClientProxyGenerator.Tests.DuplexService

Inheritance: IDuplexService
显示文件 Open project: jweber/WcfClientProxyGenerator

Private Properties

Property Type Description

Public Methods

Method Description
OneWay ( string input ) : void
Test ( string input ) : string

Method Details

OneWay() public method

public OneWay ( string input ) : void
input string
return void

Test() public method

public Test ( string input ) : string
input string
return string