System.Net.Http.HttpContent.SerializeToStreamAsync C# (CSharp) Method

SerializeToStreamAsync() protected abstract method

protected abstract SerializeToStreamAsync ( Stream stream, TransportContext context ) : System.Threading.Tasks.Task
stream System.IO.Stream
context TransportContext
return System.Threading.Tasks.Task
		protected internal abstract Task SerializeToStreamAsync (Stream stream, TransportContext context);
		protected internal abstract bool TryComputeLength (out long length);