HttpHeaders.NonValidated Property

Definition

Gets a view of the contents of this headers collection that does not parse nor validate the data upon access.

public:
 property System::Net::Http::Headers::HttpHeadersNonValidated NonValidated { System::Net::Http::Headers::HttpHeadersNonValidated get(); };
public System.Net.Http.Headers.HttpHeadersNonValidated NonValidated { get; }
member this.NonValidated : System.Net.Http.Headers.HttpHeadersNonValidated
Public ReadOnly Property NonValidated As HttpHeadersNonValidated

Property Value

Applies to