XboxLiveHttpCallResponse.Headers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the http headers of the response.
public Windows.Foundation.Collections.IMapView<string,string> Headers { get; }
member this.Headers : Windows.Foundation.Collections.IMapView<string, string>
Public ReadOnly Property Headers As IMapView(Of String, String)
Property Value
Implements
Microsoft.Xbox.Services.__IXboxLiveHttpCallResponsePublicNonVirtuals.Headers