IBuildServer.CreateBuildServiceHost Method (String, String, String, Int32)
Creates a new service host with the specified name, and with a base URL that consists of the specified scheme, host, port, and the default path.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function CreateBuildServiceHost ( _
name As String, _
scheme As String, _
host As String, _
port As Integer _
) As IBuildServiceHost
IBuildServiceHost CreateBuildServiceHost(
string name,
string scheme,
string host,
int port
)
IBuildServiceHost^ CreateBuildServiceHost(
String^ name,
String^ scheme,
String^ host,
int port
)
abstract CreateBuildServiceHost :
name:string *
scheme:string *
host:string *
port:int -> IBuildServiceHost
function CreateBuildServiceHost(
name : String,
scheme : String,
host : String,
port : int
) : IBuildServiceHost
Parameters
name
Type: System.StringThe name of the service host.
scheme
Type: System.StringThe scheme of the base URL of the service host.
host
Type: System.StringThe host of the base URL of the service host.
port
Type: System.Int32The port of the base URL of the service host.
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IBuildServiceHost
The new service host.
Remarks
The base URL will be of the form (Build/v3.0/Services).
.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.