IODataResponseMessage.GetHeader 메서드
HTTP 헤더의 값을 반환합니다.
네임스페이스: Microsoft.Data.OData
어셈블리: Microsoft.Data.OData(Microsoft.Data.OData.dll)
구문
‘선언
Function GetHeader ( _
headerName As String _
) As String
‘사용 방법
Dim instance As IODataResponseMessage
Dim headerName As String
Dim returnValue As String
returnValue = instance.GetHeader(headerName)
string GetHeader(
string headerName
)
String^ GetHeader(
String^ headerName
)
abstract GetHeader :
headerName:string -> string
function GetHeader(
headerName : String
) : String
매개 변수
- headerName
유형: System.String
가져올 헤더의 이름입니다.
반환 값
유형: System.String
HTTP 헤더 값이거나 이 메시지에 그러한 헤더가 없는 경우는 null입니다.