XboxLiveHttpCall.SetRequestBody(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 the request body using a string.
public void SetRequestBody (string value);
abstract member SetRequestBody : string -> unit
override this.SetRequestBody : string -> unit
Public Sub SetRequestBody (value As String)
Parameters
- value
- String
Implements
Microsoft.Xbox.Services.__IXboxLiveHttpCallPublicNonVirtuals.SetRequestBody(System.String)