C# Class Smartsheet.Api.Internal.Http.HttpEntity

This class represents an HTTP Entity (http://www.w3.org/Protocols/rfc2616/rfc2616-sec7.html). Thread Safety: This class is not thread safe since it's mutable.
Mostra file Open project: smartsheet-platform/smartsheet-csharp-sdk Class Usage Examples

Public Methods

Method Description
GetBinaryContent ( ) : BinaryReader
GetContent ( ) : StreamReader

Gets the content as a stream

Method Details

GetBinaryContent() public method

public GetBinaryContent ( ) : BinaryReader
return System.IO.BinaryReader

GetContent() public method

Gets the content as a stream
public GetContent ( ) : StreamReader
return System.IO.StreamReader