C# 클래스 QCloud.CosApi.Util.HttpUtils

파일 보기 프로젝트 열기: tencentyun/cos-dotnet-sdk

공개 메소드들

메소드 설명
EncodeRemotePath ( string remotePath ) : string

远程路径Encode处理

StandardizationRemotePath ( string remotePath ) : string

标准化远程路径

메소드 상세

EncodeRemotePath() 공개 정적인 메소드

远程路径Encode处理
public static EncodeRemotePath ( string remotePath ) : string
remotePath string
리턴 string

StandardizationRemotePath() 공개 정적인 메소드

标准化远程路径
public static StandardizationRemotePath ( string remotePath ) : string
remotePath string 要标准化的远程路径
리턴 string