WebRequestExecutor.ResponseContentType Property

Gets the content type of the response.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property ResponseContentType As String
    Get
'Usage
Dim instance As WebRequestExecutor
Dim value As String

value = instance.ResponseContentType
public abstract string ResponseContentType { get; }

Property Value

Type: System.String
The content type of the response.

See Also

Reference

WebRequestExecutor Class

WebRequestExecutor Members

Microsoft.SharePoint.Client Namespace