VssHttpRequestSettings.IsHostLocal Method
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Protected Friend Overridable Function IsHostLocal ( _
hostName As String _
) As Boolean
protected internal virtual bool IsHostLocal(
string hostName
)
protected public:
virtual bool IsHostLocal(
String^ hostName
)
abstract IsHostLocal :
hostName:string -> bool
override IsHostLocal :
hostName:string -> bool
function IsHostLocal(
hostName : String
) : boolean
Parameters
- hostName
Type: System.String
Return Value
Type: System.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.