OutgoingWebRequestContext.IfNoneMatch 属性

定义

获取或设置传出 Web 请求的 IfNoneMatch 标头值。

public:
 property System::String ^ IfNoneMatch { System::String ^ get(); void set(System::String ^ value); };
public string IfNoneMatch { get; set; }
member this.IfNoneMatch : string with get, set
Public Property IfNoneMatch As String

属性值

传出 Web 请求的 IfNoneMatch 标头。

适用于