OperationResponse.Headers 属性
定义
在派生类中重写时,包含与单个操作相关联的 HTTP 响应标头。When overridden in a derived class, contains the HTTP response headers associated with a single operation.
public:
property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Headers { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> Headers { get; }
member this.Headers : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Headers As IDictionary(Of String, String)
属性值
包含标头和值的名称值对的 IDictionary 对象。IDictionary object that contains name value pairs of headers and values.