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

◆ Scheme

string System.Uri.Scheme
get

Definition at line 504 of file Uri.cs.

505 {
506 get
507 {
509 {
511 }
512 return _syntax.SchemeName;
513 }
514 }
static string net_uri_NotAbsolute
Definition SR.cs:16
Definition SR.cs:7
string SchemeName
Definition UriParser.cs:81
UriParser _syntax
Definition Uri.cs:193
bool IsNotAbsoluteUri
Definition Uri.cs:213

Referenced by System.Net.FileWebRequest.FileWebRequest(), System.Net.FtpWebRequest.FtpWebRequest(), System.Net.ServicePoint.ServicePoint(), System.Net.WebSockets.ClientWebSocket.ConnectAsync(), System.Net.Http.SocksHelper.EstablishSocksTunnelAsync(), System.Net.Http.HttpEnvironmentProxy.GetProxy(), System.Net.Http.WinInetProxyHelper.GetProxyForUrl(), System.Xml.XmlDownloadManager.GetStream(), System.Xml.XmlDownloadManager.GetStreamAsync(), System.Net.Http.RedirectHandler.GetUriForRedirect(), System.Net.CredentialKey.IsPrefix(), System.Net.Http.HttpWindowsProxy.IsSecureUri(), System.Uri.MakeRelative(), System.Uri.MakeRelativeUri(), System.Net.WebClient.MapToDefaultMethod(), System.Net.Http.HttpTelemetry.RequestStart(), System.Uri.ResolveHelper(), System.Net.Http.HttpConnectionPoolManager.SendAsync(), System.UriBuilder.SetFieldsFromUri(), System.Net.WebClient.UploadBits(), and System.Net.WebClient.UploadBitsAsync().