BuildContainerPath.IsHttpUrl Method
Takes a logLocation stored in an Intermediate build information node and returns whether the path starts with "http".
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Shared Function IsHttpUrl ( _
logLocation As String _
) As Boolean
public static bool IsHttpUrl(
string logLocation
)
public:
static bool IsHttpUrl(
String^ logLocation
)
static member IsHttpUrl :
logLocation:string -> bool
public static function IsHttpUrl(
logLocation : String
) : boolean
Parameters
logLocation
Type: System.Stringhttp location of the intermediate logs folder
Return Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.