C# 클래스 GridProxy.ProxyConfig

파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
author string
clientFacingAddress System.Net.IPAddress
loginPort ushort
remoteFacingAddress System.Net.IPAddress
remoteLoginUri System.Uri
userAgent string
verbose bool

공개 메소드들

메소드 설명
ProxyConfig ( string userAgent, string author ) : System
ProxyConfig ( string userAgent, string author, string args ) : System

비공개 메소드들

메소드 설명
ParseClientFacingAddress ( string value ) : void
ParseHelp ( string value ) : void
ParseLoginPort ( string value ) : void
ParseQuiet ( string value ) : void
ParseRemoteFacingAddress ( string value ) : void
ParseRemoteLoginUri ( string value ) : void
ParseVerbose ( string value ) : void

메소드 상세

ProxyConfig() 공개 메소드

public ProxyConfig ( string userAgent, string author ) : System
userAgent string
author string
리턴 System

ProxyConfig() 공개 메소드

public ProxyConfig ( string userAgent, string author, string args ) : System
userAgent string
author string
args string
리턴 System

프로퍼티 상세

author 공개적으로 프로퍼티

public string author
리턴 string

clientFacingAddress 공개적으로 프로퍼티

public IPAddress,System.Net clientFacingAddress
리턴 System.Net.IPAddress

loginPort 공개적으로 프로퍼티

public ushort loginPort
리턴 ushort

remoteFacingAddress 공개적으로 프로퍼티

public IPAddress,System.Net remoteFacingAddress
리턴 System.Net.IPAddress

remoteLoginUri 공개적으로 프로퍼티

public Uri,System remoteLoginUri
리턴 System.Uri

userAgent 공개적으로 프로퍼티

public string userAgent
리턴 string

verbose 공개적으로 프로퍼티

public bool verbose
리턴 bool