C# Class LightNode.Server.LightNodeOptions

Inheritance: ILightNodeOptions
Afficher le fichier Open project: neuecc/LightNode Class Usage Examples

Méthodes publiques

Méthode Description
ConfigureWith ( Action @this ) : LightNodeOptions
LightNodeOptions ( ) : LightNode.Core
LightNodeOptions ( AcceptVerbs defaultAcceptVerb, IContentFormatter defaultFormatter ) : LightNode.Core

Method Details

ConfigureWith() public méthode

public ConfigureWith ( Action @this ) : LightNodeOptions
@this Action
Résultat LightNodeOptions

LightNodeOptions() public méthode

public LightNodeOptions ( ) : LightNode.Core
Résultat LightNode.Core

LightNodeOptions() public méthode

public LightNodeOptions ( AcceptVerbs defaultAcceptVerb, IContentFormatter defaultFormatter ) : LightNode.Core
defaultAcceptVerb AcceptVerbs
defaultFormatter IContentFormatter
Résultat LightNode.Core