閱讀英文

共用方式為


SPServiceHostOperations.Configure method

使用 SharePoint 中設定使用 Windows 通訊的基礎 (WCF) 服務主機。

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

Syntax

'宣告
<ExtensionAttribute> _
Public Shared Sub Configure ( _
    serviceHost As ServiceHostBase, _
    authenticationMode As SPServiceAuthenticationMode _
)
'用途
Dim serviceHost As ServiceHostBase
Dim authenticationMode As SPServiceAuthenticationMode

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

參數

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/zh-tw/library/bb384936(v=office.15) or https://msdn.microsoft.com/zh-tw/library/bb383977(v=office.15).

請參閱

參照

SPServiceHostOperations class

SPServiceHostOperations members

Microsoft.SharePoint namespace