324 {
325 get
326 {
329 {
331 }
332 return uri.Host;
333 }
334 set
335 {
337 {
339 }
341 {
342 throw new ArgumentNullException("value");
343 }
345 {
347 }
350 {
352 return;
353 }
354 if (!
value.Contains(
':'))
355 {
357 return;
358 }
359 int num =
value.IndexOf(
']');
361 }
362 }
bool TryGetHostUri(string hostName, [NotNullWhen(true)] out Uri hostUri)
static string net_writestarted
static string net_invalid_host
@ InvalidOperationException