A string containing the authority component of the current instance. The value returned by this property is composed of the values returned by the Uri.Host and Uri.Port properties.
The Uri.Authority property is typically a server DNS host name or IP address. This property might include the service port number if it differs from the default port for the URI. If the Uri.Authority component contains reserved characters, these are escaped in the string value returned by this property.