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

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