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 标头的字符串值。

请参阅

参考

IDataServiceHost 接口

System.Data.Services 命名空间