C# 클래스 Amazon.S3.EncodingType

A list of all encoding types.
상속: ConstantClass
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 프로퍼티들

프로퍼티 타입 설명
Url EncodingType

공개 메소드들

메소드 설명
EncodingType ( string value ) : System

Constructs intance of EncodingType

FindValue ( string value ) : EncodingType

Finds the constant for the unique value.

메소드 상세

EncodingType() 공개 메소드

Constructs intance of EncodingType
public EncodingType ( string value ) : System
value string
리턴 System

FindValue() 공개 정적인 메소드

Finds the constant for the unique value.
public static FindValue ( string value ) : EncodingType
value string
리턴 EncodingType

프로퍼티 상세

Url 공개적으로 정적으로 프로퍼티

Url encoding.
public static EncodingType,Amazon.S3 Url
리턴 EncodingType