SPServiceHostOperations.Configure method

Configures a Windows Communication Foundation (WCF) service host for use with SharePoint.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Sub Configure ( _
    serviceHost As ServiceHostBase, _
    authenticationMode As SPServiceAuthenticationMode _
)
'Usage
Dim serviceHost As ServiceHostBase
Dim authenticationMode As SPServiceAuthenticationMode

serviceHost.Configure(authenticationMode)
public static void Configure(
    this ServiceHostBase serviceHost,
    SPServiceAuthenticationMode authenticationMode
)

Parameters

Usage note

In Visual Basic and C#, you can call this method as an instance method on any object of type ServiceHostBase. When you use instance method syntax to call this method, omit the first parameter. For more information, see https://msdn.microsoft.com/en-us/library/bb384936(v=office.15) or https://msdn.microsoft.com/en-us/library/bb383977(v=office.15).

See also

Reference

SPServiceHostOperations class

SPServiceHostOperations members

Microsoft.SharePoint namespace