C# 클래스 ReleaseNotesMaker.HttpClientExtensions

파일 보기 프로젝트 열기: davidfowl/ReleaseNotesMaker

공개 메소드들

메소드 설명
SetBasicAuthCredentials ( this client, string user, string password ) : void

메소드 상세

SetBasicAuthCredentials() 공개 정적인 메소드

public static SetBasicAuthCredentials ( this client, string user, string password ) : void
client this
user string
password string
리턴 void