Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ BaseAddress

Uri? System.Net.Http.HttpClient.BaseAddress
getset

Definition at line 79 of file HttpClient.cs.

80 {
81 get
82 {
83 return _baseAddress;
84 }
85 set
86 {
87 if ((object)value != null && !value.IsAbsoluteUri)
88 {
90 }
92 if (System.Net.NetEventSource.Log.IsEnabled())
93 {
95 }
97 }
98 }
static readonly System.Net.NetEventSource Log
static void UriBaseAddress(object obj, Uri baseAddress)
static string net_http_client_absolute_baseaddress_required
Definition SR.cs:60
Definition SR.cs:7