C# Class org.GraphDefined.Vanaheimr.Hermod.HTTP.HTTPServiceAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: Vanaheimr/Hermod

Méthodes publiques

Méthode Description
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

Method Details

HTTPServiceAttribute() public méthode

public HTTPServiceAttribute ( ) : System
Résultat System

HTTPServiceAttribute() public méthode

public HTTPServiceAttribute ( System.Boolean HostAuthentication ) : System
HostAuthentication System.Boolean
Résultat System

HTTPServiceAttribute() public méthode

public HTTPServiceAttribute ( IPAddress IPAddress, String Host, System.Boolean HostAuthentication ) : System
IPAddress System.Net.IPAddress
Host String
HostAuthentication System.Boolean
Résultat System

HTTPServiceAttribute() public méthode

public HTTPServiceAttribute ( String Host ) : System
Host String
Résultat System

HTTPServiceAttribute() public méthode

public HTTPServiceAttribute ( String Host, System.Boolean HostAuthentication ) : System
Host String
HostAuthentication System.Boolean
Résultat System