C# 클래스 RestClient.ClientForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: jcrisp/simple_rest_client_c_sharp

공개 메소드들

메소드 설명
ClientForm ( ) : System
ClientForm_Load ( object sender, EventArgs e ) : void
ExecuteButton_Click ( object sender, EventArgs e ) : void
MakeRequest ( ) : void
SetBody ( HttpWebRequest request, string requestBody ) : void
UrlTextBox_KeyDown ( object sender, KeyEventArgs e ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
ConvertResponseToString ( HttpWebResponse response ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

ClientForm() 공개 메소드

public ClientForm ( ) : System
리턴 System

ClientForm_Load() 공개 메소드

public ClientForm_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

ExecuteButton_Click() 공개 메소드

public ExecuteButton_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

MakeRequest() 공개 메소드

public MakeRequest ( ) : void
리턴 void

SetBody() 공개 메소드

public SetBody ( HttpWebRequest request, string requestBody ) : void
request System.Net.HttpWebRequest
requestBody string
리턴 void

UrlTextBox_KeyDown() 공개 메소드

public UrlTextBox_KeyDown ( object sender, KeyEventArgs e ) : void
sender object
e System.Windows.Forms.KeyEventArgs
리턴 void