IContentLengthStrategy.DetermineLength(IHttpMessage) Method

Definition

[Android.Runtime.Register("determineLength", "(Lorg/apache/http/HttpMessage;)J", "GetDetermineLength_Lorg_apache_http_HttpMessage_Handler:Org.Apache.Http.Entity.IContentLengthStrategyInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public long DetermineLength (Org.Apache.Http.IHttpMessage? message);
[<Android.Runtime.Register("determineLength", "(Lorg/apache/http/HttpMessage;)J", "GetDetermineLength_Lorg_apache_http_HttpMessage_Handler:Org.Apache.Http.Entity.IContentLengthStrategyInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member DetermineLength : Org.Apache.Http.IHttpMessage -> int64

Parameters

message
IHttpMessage

Returns

Attributes

Exceptions

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to