C# Класс GitHubFeeds.Helpers.GitHubApi

Показать файл Открыть проект

Открытые методы

Метод Описание
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