SPHttpUserAgentAndMethodClassifier.ToString Method

Returns a String that represents the current SPHttpUserAgentAndMethodClassifier object.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As SPHttpUserAgentAndMethodClassifier
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

Return Value

Type: System.String
The object type and its key property values.

Remarks

This override includes the value of the MatchSetting property and the values of the HttpMethod property (if it is not a null reference (Nothing in Visual Basic)) and the UserAgent property (if it is not a null reference (Nothing in Visual Basic)) in the String.

See Also

Reference

SPHttpUserAgentAndMethodClassifier Class

SPHttpUserAgentAndMethodClassifier Members

Microsoft.SharePoint.Utilities Namespace