C# 클래스 HttpClient.DotNet

파일 보기 프로젝트 열기: xamarin/mac-samples

공개 메소드들

메소드 설명
DotNet ( ViewController vc ) : System
HttpSample ( ) : void
HttpSecureSample ( ) : void

Asynchornous HTTPS request to gmail.com

비공개 메소드들

메소드 설명
FeedDownloaded ( IAsyncResult result ) : void
GmailDownloaded ( IAsyncResult result ) : void

In this method viewController get the result from calling https://gmail.com, an HTTPS secure connection, we do not attempt to parse the output, but merely dump it as text

메소드 상세

DotNet() 공개 메소드

public DotNet ( ViewController vc ) : System
vc ViewController
리턴 System

HttpSample() 공개 메소드

public HttpSample ( ) : void
리턴 void

HttpSecureSample() 공개 메소드

Asynchornous HTTPS request to gmail.com
public HttpSecureSample ( ) : void
리턴 void