C# Class DeployToAzure.Management.HttpStatusCodeExtensions

Show file Open project: mg-alfa-dev/DeployToAzure

Public Methods

Method Description
IsAccepted ( this statusCode ) : bool
IsConflict ( this statusCode ) : bool
IsOK ( this statusCode ) : bool

Method Details

IsAccepted() public static method

public static IsAccepted ( this statusCode ) : bool
statusCode this
return bool

IsConflict() public static method

public static IsConflict ( this statusCode ) : bool
statusCode this
return bool

IsOK() public static method

public static IsOK ( this statusCode ) : bool
statusCode this
return bool