This website works better with JavaScript.
Explore
Help
Register
Sign In
StudyGroup
/
HttpClientStudy
Watch
2
Star
0
Fork
You've already forked HttpClientStudy
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
d2a3c189de
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd2a3c189de'
${ noResults }
HttpClientStudy
/
HttpClientStudy.Config
/
WebApiConfig.cs
8 lines
126 B
C#
Raw
Normal View
History
Unescape
Escape
配置
1 year ago
namespace
HttpClientStudy.Config
{
更新
1 year ago
public
class
WebApiConfig
配置
1 year ago
{
public
string
BaseUrl
{
get
;
set
;
}
}
}