ODataAsynchronousResponseMessage.GetHeader(String) Method

Definition

Returns a value of an HTTP header of this operation.

public string GetHeader (string headerName);
abstract member GetHeader : string -> string
override this.GetHeader : string -> string
Public Function GetHeader (headerName As String) As String

Parameters

headerName
String

The name of the header to get.

Returns

The value of the HTTP header, or null if no such header was present on the message.

Implements

Applies to