SPHttpUserAgentAndMethodClassifier.GetHashCode method
取得物件的雜湊程式碼。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides Function GetHashCode As Integer
'用途
Dim instance As SPHttpUserAgentAndMethodClassifier
Dim returnValue As Integer
returnValue = instance.GetHashCode()
public override int GetHashCode()
傳回值
Type: System.Int32
雜湊程式碼中。
備註
這個覆寫傳回從UserAgent、 HttpMethod和MatchSetting屬性值串連字串的雜湊程式碼。
請參閱
參照
SPHttpUserAgentAndMethodClassifier class