C# 클래스 org.GraphDefined.Vanaheimr.Hermod.HTTP.HTTPServiceAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: Vanaheimr/Hermod

공개 메소드들

메소드 설명
HTTPServiceAttribute ( ) : System
HTTPServiceAttribute ( System.Boolean HostAuthentication ) : System
HTTPServiceAttribute ( IPAddress IPAddress, String Host, System.Boolean HostAuthentication ) : System
HTTPServiceAttribute ( String Host ) : System
HTTPServiceAttribute ( String Host, System.Boolean HostAuthentication ) : System

메소드 상세

HTTPServiceAttribute() 공개 메소드

public HTTPServiceAttribute ( ) : System
리턴 System

HTTPServiceAttribute() 공개 메소드

public HTTPServiceAttribute ( System.Boolean HostAuthentication ) : System
HostAuthentication System.Boolean
리턴 System

HTTPServiceAttribute() 공개 메소드

public HTTPServiceAttribute ( IPAddress IPAddress, String Host, System.Boolean HostAuthentication ) : System
IPAddress System.Net.IPAddress
Host String
HostAuthentication System.Boolean
리턴 System

HTTPServiceAttribute() 공개 메소드

public HTTPServiceAttribute ( String Host ) : System
Host String
리턴 System

HTTPServiceAttribute() 공개 메소드

public HTTPServiceAttribute ( String Host, System.Boolean HostAuthentication ) : System
Host String
HostAuthentication System.Boolean
리턴 System