C# 클래스 com.vzaar.api.UploadSignature

파일 보기 프로젝트 열기: vzaar/vzaar-api-net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
accessKeyId string
acl string
bucket string
chunkSize string
expirationDate System.DateTime
guid string
https bool
key string
policy string
signature string
uplodHostname string

공개 메소드들

메소드 설명
UploadSignature ( ) : System
UploadSignature ( string response ) : System
toJson ( ) : string
toXml ( ) : string
toXmlDocument ( ) : XmlDocument

메소드 상세

UploadSignature() 공개 메소드

public UploadSignature ( ) : System
리턴 System

UploadSignature() 공개 메소드

public UploadSignature ( string response ) : System
response string
리턴 System

toJson() 공개 메소드

public toJson ( ) : string
리턴 string

toXml() 공개 메소드

public toXml ( ) : string
리턴 string

toXmlDocument() 공개 메소드

public toXmlDocument ( ) : XmlDocument
리턴 System.Xml.XmlDocument

프로퍼티 상세

accessKeyId 공개적으로 프로퍼티

public string accessKeyId
리턴 string

acl 공개적으로 프로퍼티

public string acl
리턴 string

bucket 공개적으로 프로퍼티

public string bucket
리턴 string

chunkSize 공개적으로 프로퍼티

public string chunkSize
리턴 string

expirationDate 공개적으로 프로퍼티

public DateTime,System expirationDate
리턴 System.DateTime

guid 공개적으로 프로퍼티

public string guid
리턴 string

https 공개적으로 프로퍼티

public bool https
리턴 bool

key 공개적으로 프로퍼티

public string key
리턴 string

policy 공개적으로 프로퍼티

public string policy
리턴 string

signature 공개적으로 프로퍼티

public string signature
리턴 string

uplodHostname 공개적으로 프로퍼티

public string uplodHostname
리턴 string