C# 클래스 GitHubFeeds.Helpers.GitHubApi

파일 보기 프로젝트 열기: bgrainger/GitHubFeeds

공개 메소드들

메소드 설명
CreateRequest ( Uri uri, string userName = null, string password = null ) : HttpWebRequest

Creates a HttpWebRequest to access the specified URI.

메소드 상세

CreateRequest() 공개 정적인 메소드

Creates a HttpWebRequest to access the specified URI.
public static CreateRequest ( Uri uri, string userName = null, string password = null ) : HttpWebRequest
uri System.Uri The URI.
userName string The (optional) username for authentication.
password string The (optional) password for authentication.
리턴 System.Net.HttpWebRequest