C# 클래스 IInteractive.WebConsole.BrowserConfigElement

상속: System.Configuration.ConfigurationElement
파일 보기 프로젝트 열기: iinteractive/IInteractive.WebTest 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BrowserConfigElement ( ) : System
BrowserConfigElement ( String Name ) : System
BrowserConfigElement ( String Name, Int16 MaximumAutomaticRedirections, System.Boolean AllowAutoRedirect, String UserAgent, String Accept, String AcceptCharset, String AcceptLanguage ) : System

메소드 상세

BrowserConfigElement() 공개 메소드

public BrowserConfigElement ( ) : System
리턴 System

BrowserConfigElement() 공개 메소드

public BrowserConfigElement ( String Name ) : System
Name String
리턴 System

BrowserConfigElement() 공개 메소드

public BrowserConfigElement ( String Name, Int16 MaximumAutomaticRedirections, System.Boolean AllowAutoRedirect, String UserAgent, String Accept, String AcceptCharset, String AcceptLanguage ) : System
Name String
MaximumAutomaticRedirections System.Int16
AllowAutoRedirect System.Boolean
UserAgent String
Accept String
AcceptCharset String
AcceptLanguage String
리턴 System