C# 클래스 logv.http.WebRequestExtensions

Helper Class with extension Methods for WebRequest
파일 보기 프로젝트 열기: coolya/logv.http

공개 메소드들

메소드 설명
GetEncoding ( this req ) : Encoding

Gets the encoding.

Write ( this req, string data ) : WebRequest

Writes the specified req.

메소드 상세

GetEncoding() 공개 정적인 메소드

Gets the encoding.
public static GetEncoding ( this req ) : Encoding
req this The req.
리턴 System.Text.Encoding

Write() 공개 정적인 메소드

Writes the specified req.
public static Write ( this req, string data ) : WebRequest
req this The req.
data string The data.
리턴 System.Net.WebRequest