TfsConnection.CreateInternalProxy Method

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Protected Overridable Function CreateInternalProxy ( _
    serviceType As Type _
) As Object
protected virtual Object CreateInternalProxy(
    Type serviceType
)
protected:
virtual Object^ CreateInternalProxy(
    Type^ serviceType
)
abstract CreateInternalProxy : 
        serviceType:Type -> Object  
override CreateInternalProxy : 
        serviceType:Type -> Object
protected function CreateInternalProxy(
    serviceType : Type
) : Object

Parameters

Return Value

Type: System.Object
Returns Object.

.NET Framework Security

See Also

Reference

TfsConnection Class

Microsoft.TeamFoundation.Client Namespace