C\#.net winform 프로그램 검증 moss 의 통합 인증 인 스 턴 스
주:Microsoft XML,V 2.6 이상 버 전의 COM 참조 이름 을 추가 해 야 합 니 다.
private void button3_Click(object sender, EventArgs e)
{
this.textBox1.Text=@"http://localhost/Default.aspx"; //
this.textBox2.Text="spsservice"; //
this.textBox3.Text = "Zd$1234"; //
MSXML2.XMLHTTP http = new MSXML2.XMLHTTP();
http.open("post", this.textBox1.Text, false, this.textBox2.Text, this.textBox3.Text);
http.send("");
switch (http.status)
{
case 200:
{
MessageBox.Show(" !");
break;
}
case 401:
{
MessageBox.Show(" ");
break;
}
default:
{
MessageBox.Show(" , ");
break;
}
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다: