Share via


ODataBatchOperationResponseMessage.GetHeader Method

Returns a value of an HTTP header of this operation.

Namespace:  Microsoft.Data.OData
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Function GetHeader ( _
    headerName As String _
) As String
'Usage
Dim instance As ODataBatchOperationResponseMessage 
Dim headerName As String 
Dim returnValue As String 

returnValue = instance.GetHeader(headerName)
public string GetHeader(
    string headerName
)
public:
virtual String^ GetHeader(
    String^ headerName
) sealed
abstract GetHeader : 
        headerName:string -> string  
override GetHeader : 
        headerName:string -> string
public final function GetHeader(
    headerName : String
) : String

Parameters

Return Value

Type: System.String
The value of the HTTP header, or nulla null reference (Nothing in Visual Basic) if no such header was present on the message.

Implements

IODataResponseMessage.GetHeader(String)

See Also

Reference

ODataBatchOperationResponseMessage Class

Microsoft.Data.OData Namespace