C# 클래스 Aliyun.Acs.Core.Http.HttpRequest

파일 보기 프로젝트 열기: aliyun/aliyun-openapi-net-sdk

공개 메소드들

메소드 설명
HttpRequest ( ) : System
HttpRequest ( String strUrl ) : System
HttpRequest ( String strUrl, string>.Dictionary tmpHeaders ) : System
SetContent ( byte content, String encoding, FormatType format ) : void

메소드 상세

HttpRequest() 공개 메소드

public HttpRequest ( ) : System
리턴 System

HttpRequest() 공개 메소드

public HttpRequest ( String strUrl ) : System
strUrl String
리턴 System

HttpRequest() 공개 메소드

public HttpRequest ( String strUrl, string>.Dictionary tmpHeaders ) : System
strUrl String
tmpHeaders string>.Dictionary
리턴 System

SetContent() 공개 메소드

public SetContent ( byte content, String encoding, FormatType format ) : void
content byte
encoding String
format FormatType
리턴 void