C# 클래스 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.
파일 보기 프로젝트 열기: smartsheet-platform/smartsheet-csharp-sdk 1 사용 예제들

공개 메소드들

메소드 설명
GetBinaryContent ( ) : BinaryReader
GetContent ( ) : StreamReader

Gets the content as a stream

메소드 상세

GetBinaryContent() 공개 메소드

public GetBinaryContent ( ) : BinaryReader
리턴 System.IO.BinaryReader

GetContent() 공개 메소드

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