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

Inheritance: System.Attribute
Exibir arquivo Open project: Vanaheimr/Hermod

Public Methods

Method 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 method

public HTTPServiceAttribute ( ) : System
return System

HTTPServiceAttribute() public method

public HTTPServiceAttribute ( System.Boolean HostAuthentication ) : System
HostAuthentication System.Boolean
return System

HTTPServiceAttribute() public method

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

HTTPServiceAttribute() public method

public HTTPServiceAttribute ( String Host ) : System
Host String
return System

HTTPServiceAttribute() public method

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