C# Class ServiceStack.RequestAttributesExtensions

Exibir arquivo Open project: ServiceStack/ServiceStack

Public Methods

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

public static FromFormat ( this format ) : string
format this
return string

IsExternal() public static method

public static IsExternal ( this attrs ) : bool
attrs this
return bool

IsLocalSubnet() public static method

public static IsLocalSubnet ( this attrs ) : bool
attrs this
return bool

IsLocalhost() public static method

public static IsLocalhost ( this attrs ) : bool
attrs this
return bool

ToFeature() public static method

public static ToFeature ( this format ) : Feature
format this
return Feature

ToFormat() public static method

public static ToFormat ( this format ) : Format
format this
return Format

ToSoapFeature() public static method

public static ToSoapFeature ( this attributes ) : Feature
attributes this
return Feature