C# 클래스 WcfClientProxyGenerator.Tests.DuplexService

상속: IDuplexService
파일 보기 프로젝트 열기: jweber/WcfClientProxyGenerator

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
OneWay ( string input ) : void
Test ( string input ) : string

메소드 상세

OneWay() 공개 메소드

public OneWay ( string input ) : void
input string
리턴 void

Test() 공개 메소드

public Test ( string input ) : string
input string
리턴 string