C# Class ServiceStack.RequestAttributesExtensions

Afficher le fichier Open project: ServiceStack/ServiceStack

Méthodes publiques

Méthode Description
FromFormat ( this format ) : string
IsExternal ( this attrs ) : bool
IsLocalSubnet ( this attrs ) : bool
IsLocalhost ( this attrs ) : bool
ToFeature ( this format ) : Feature
ToFormat ( this format ) : Format
ToSoapFeature ( this attributes ) : Feature

Method Details

FromFormat() public static méthode

public static FromFormat ( this format ) : string
format this
Résultat string

IsExternal() public static méthode

public static IsExternal ( this attrs ) : bool
attrs this
Résultat bool

IsLocalSubnet() public static méthode

public static IsLocalSubnet ( this attrs ) : bool
attrs this
Résultat bool

IsLocalhost() public static méthode

public static IsLocalhost ( this attrs ) : bool
attrs this
Résultat bool

ToFeature() public static méthode

public static ToFeature ( this format ) : Feature
format this
Résultat Feature

ToFormat() public static méthode

public static ToFormat ( this format ) : Format
format this
Résultat Format

ToSoapFeature() public static méthode

public static ToSoapFeature ( this attributes ) : Feature
attributes this
Résultat Feature