SPServiceHostOperations.Configure method
使用 SharePoint 中設定使用 Windows 通訊的基礎 (WCF) 服務主機。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'宣告
<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
)
serviceHost
Type: System.ServiceModel.ServiceHostBase若要設定服務主機。
authenticationMode
Type: Microsoft.SharePoint.SPServiceAuthenticationMode[驗證模式] 設定的服務主機。
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).