C# 클래스 Amazon.Runtime.Internal.DefaultRequest

Default implementation of the IRequest interface.

This class is only intended for internal use inside the AWS client libraries. Callers shouldn't ever interact directly with objects of this class.

상속: IRequest
파일 보기 프로젝트 열기: scopely/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
ComputeContentStreamHash ( ) : string

Computes the SHA 256 hash of the content stream. If the stream is not seekable, it searches the parent stream hierarchy to find a seekable stream prior to computation. Once computed, the hash is cached for future use. If a suitable stream cannot be found to use, null is returned.

DefaultRequest ( AmazonWebServiceRequest request, String serviceName ) : System

Constructs a new DefaultRequest with the specified service name and the original, user facing request object.

메소드 상세

ComputeContentStreamHash() 공개 메소드

Computes the SHA 256 hash of the content stream. If the stream is not seekable, it searches the parent stream hierarchy to find a seekable stream prior to computation. Once computed, the hash is cached for future use. If a suitable stream cannot be found to use, null is returned.
public ComputeContentStreamHash ( ) : string
리턴 string

DefaultRequest() 공개 메소드

Constructs a new DefaultRequest with the specified service name and the original, user facing request object.
public DefaultRequest ( AmazonWebServiceRequest request, String serviceName ) : System
request Amazon.Runtime.AmazonWebServiceRequest The orignal request that is being wrapped
serviceName String The service name
리턴 System