Share via


DataServiceStreamResponse.ContentType Property

Definition

Gets the content type of the response stream.

public string ContentType { get; }
member this.ContentType : string
Public ReadOnly Property ContentType As String

Property Value

The content type of the response stream.

Remarks

If the Content-Type header was not present in the response this property will return null.

Applies to