Class ByteArrayPayloadHandler
A class responsible for providing body and message content.
Inheritance
System.Object
ByteArrayPayloadHandler
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Okta.Sdk.Internal
Assembly: Okta.Sdk.dll
Syntax
public abstract class ByteArrayPayloadHandler : PayloadHandler, IPayloadHandler
Methods
GetRequestHttpContent(HttpRequest)
Get content for the specified request.
Declaration
protected override HttpContent GetRequestHttpContent(HttpRequest httpRequest)
Parameters
Type | Name | Description |
---|---|---|
HttpRequest | httpRequest | The request whose content is returned. |
Returns
Type | Description |
---|---|
System.Net.Http.HttpContent | Content for the specified request. |