SPHttpUserAgentAndMethodClassifier.GetHashCode method

Gets a hash code for the object.

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

Syntax

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As SPHttpUserAgentAndMethodClassifier
Dim returnValue As Integer

returnValue = instance.GetHashCode()
public override int GetHashCode()

Return value

Type: System.Int32
The hash code.

Remarks

This override returns the hash code of a string concatenated from the UserAgent, HttpMethod, and MatchSetting property values.

See also

Reference

SPHttpUserAgentAndMethodClassifier class

SPHttpUserAgentAndMethodClassifier members

Microsoft.SharePoint.Utilities namespace