IncomingWebRequestContext.Headers 属性
定义
获取传入 Web 请求的标头。Gets the headers for the incoming Web request.
public:
property System::Net::WebHeaderCollection ^ Headers { System::Net::WebHeaderCollection ^ get(); };
public System.Net.WebHeaderCollection Headers { get; }
member this.Headers : System.Net.WebHeaderCollection
Public ReadOnly Property Headers As WebHeaderCollection
属性值
一个包含传入 Web 请求标头的 WebHeaderCollection 实例。A WebHeaderCollection instance that contains the headers of the incoming Web request.