C# 클래스 Mike.AsyncWcf.Client.ConfigurationBuilder

파일 보기 프로젝트 열기: mikehadlow/Mike.AsyncWcf 1 사용 예제들

공개 메소드들

메소드 설명
ConfigurationBuilder ( HttpCallConfiguration configuration ) : System
GetHttpMethod ( string option ) : void
GetInterval ( string option ) : void
GetIterations ( string option ) : void
GetKeepAlive ( string option ) : void
GetServiceUri ( string option ) : void
GetTimeout ( string option ) : void
LoadPostData ( string path ) : void

비공개 메소드들

메소드 설명
ParseBool ( string value, string optionName ) : bool
ParseInt ( string value, string optionName ) : int

메소드 상세

ConfigurationBuilder() 공개 메소드

public ConfigurationBuilder ( HttpCallConfiguration configuration ) : System
configuration HttpCallConfiguration
리턴 System

GetHttpMethod() 공개 메소드

public GetHttpMethod ( string option ) : void
option string
리턴 void

GetInterval() 공개 메소드

public GetInterval ( string option ) : void
option string
리턴 void

GetIterations() 공개 메소드

public GetIterations ( string option ) : void
option string
리턴 void

GetKeepAlive() 공개 메소드

public GetKeepAlive ( string option ) : void
option string
리턴 void

GetServiceUri() 공개 메소드

public GetServiceUri ( string option ) : void
option string
리턴 void

GetTimeout() 공개 메소드

public GetTimeout ( string option ) : void
option string
리턴 void

LoadPostData() 공개 메소드

public LoadPostData ( string path ) : void
path string
리턴 void