144 {
145 get
146 {
148 {
149 return string.Empty;
150 }
152 }
153 [param: AllowNull]
154 set
155 {
156 if (
string.IsNullOrEmpty(
value))
157 {
159 return;
160 }
161 try
162 {
164 }
165 catch (UriFormatException innerException)
166 {
168 }
169 }
170 }
static string net_webclient_invalid_baseaddress
override string ToString()