XboxLiveHttpCall.SetCustomHeader(String, String) Method
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.
Sets a custom header.
public void SetCustomHeader (string headerName, string headerValue);
abstract member SetCustomHeader : string * string -> unit
override this.SetCustomHeader : string * string -> unit
Public Sub SetCustomHeader (headerName As String, headerValue As String)
Parameters
- headerName
- String
- headerValue
- String
Implements
Microsoft.Xbox.Services.__IXboxLiveHttpCallPublicNonVirtuals.SetCustomHeader(System.String,System.String)