IDataServiceHost.RequestIfMatch 속성
현재 요청의 If-Match 헤더에 대한 값을 가져옵니다.
네임스페이스: System.Data.Services
어셈블리: Microsoft.Data.Services(Microsoft.Data.Services.dll)
구문
‘선언
ReadOnly Property RequestIfMatch As String
Get
‘사용 방법
Dim instance As IDataServiceHost
Dim value As String
value = instance.RequestIfMatch
string RequestIfMatch { get; }
property String^ RequestIfMatch {
String^ get ();
}
abstract RequestIfMatch : string
function get RequestIfMatch () : String
속성 값
유형: System.String
현재 요청의 If-Match 헤더에 대한 문자열 값입니다.