Home
last modified time | relevance | path

Searched refs:SchemeDelimiter (Results 1 – 25 of 43) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Uri/src/System/
H A DUriBuilder.cs23 private string _schemeDelimiter = Uri.SchemeDelimiter;
44 uri = Uri.UriSchemeHttp + Uri.SchemeDelimiter + uri; in UriBuilder()
65 _schemeDelimiter = uri.HasAuthority ? Uri.SchemeDelimiter : ":"; in Init()
374 _schemeDelimiter = uri.HasAuthority ? Uri.SchemeDelimiter : ":"; in SetFieldsFromUri()
407 ? Uri.SchemeDelimiter in ToString()
410 _schemeDelimiter = _host.Length != 0 ? Uri.SchemeDelimiter : ":"; in ToString()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Security.Policy/
H A DUrl.cs79 if (url1.IndexOf (Uri.SchemeDelimiter) < 0) in Equals()
81 if (url2.IndexOf (Uri.SchemeDelimiter) < 0) in Equals()
89 if (s.IndexOf (Uri.SchemeDelimiter) < 0) in GetHashCode()
133 int protocolPos = url.IndexOf (Uri.SchemeDelimiter); // '://' in Prepare()
H A DUrlMembershipCondition.cs177 int protocolPos = url.IndexOf (Uri.SchemeDelimiter); in CheckUrl()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/
H A Duribuilder.cs28 private string m_schemeDelimiter = Uri.SchemeDelimiter;
52 uri = Uri.UriSchemeHttp + Uri.SchemeDelimiter + uri; in UriBuilder()
75 m_schemeDelimiter = uri.HasAuthority? Uri.SchemeDelimiter: ":"; in Init()
385 m_schemeDelimiter = uri.HasAuthority? Uri.SchemeDelimiter: ":"; in SetFieldsFromUri()
418 ? Uri.SchemeDelimiter in ToString()
421 m_schemeDelimiter = m_host.Length != 0? Uri.SchemeDelimiter: ":"; in ToString()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Mono.Security/
H A DUri.cs106 public static readonly string SchemeDelimiter = "://"; field in Mono.Security.Uri
1149 new UriScheme (UriSchemeHttp, SchemeDelimiter, 80),
1150 new UriScheme (UriSchemeHttps, SchemeDelimiter, 443),
1151 new UriScheme (UriSchemeFtp, SchemeDelimiter, 21),
1152 new UriScheme (UriSchemeFile, SchemeDelimiter, -1),
1155 new UriScheme (UriSchemeNntp, SchemeDelimiter, 119),
1156 new UriScheme (UriSchemeGopher, SchemeDelimiter, 70),
1164 return Uri.SchemeDelimiter; in GetSchemeDelimiter()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A DHttpListenerRequestUriBuilder.cs118 …bool isValid = Uri.TryCreate(cookedUriScheme + Uri.SchemeDelimiter + cookedUriHost + cookedUriPath… in BuildRequestUriUsingCookedPath()
147 …isValid = Uri.TryCreate(cookedUriScheme + Uri.SchemeDelimiter + cookedUriHost + path + cookedUriQu… in BuildRequestUriUsingRawPath()
197 requestUriString.Append(Uri.SchemeDelimiter); in BuildRequestUriUsingRawPath()
H A Dcookiecontainer.cs239 … uriSb.Append(cookie.Secure ? Uri.UriSchemeHttps : Uri.UriSchemeHttp).Append(Uri.SchemeDelimiter); in Add()
H A DDNS.cs635 … if (Uri.TryCreate(Uri.UriSchemeHttp + Uri.SchemeDelimiter + host, UriKind.Absolute, out uri)) in NativeToHostEntry()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/
H A DUriScheme.cs22 public const string SchemeDelimiter = "://"; field in System.Net.UriScheme
/dports/lang/mono/mono-5.10.1.57/mcs/nunit24/NUnitCore/core/
H A DTestFixtureBuilder.cs71 int start = Uri.UriSchemeFile.Length + Uri.SchemeDelimiter.Length; in GetAssemblyPath()
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/
H A DAssemblyHelper.cs112 int start = Uri.UriSchemeFile.Length + Uri.SchemeDelimiter.Length; in GetAssemblyPathFromCodeBase()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.HttpListener/src/System/Net/
H A DHttpListenerRequestUriBuilder.cs85 …bool isValid = Uri.TryCreate(_cookedUriScheme + Uri.SchemeDelimiter + _cookedUriHost + _cookedUriP… in BuildRequestUriUsingCookedPath()
144 _requestUriString.Append(Uri.SchemeDelimiter); in BuildRequestUriUsingRawPath()
H A DServiceNameStore.cs114 …if (!Uri.TryCreate(Uri.UriSchemeHttp + Uri.SchemeDelimiter + host, UriKind.Absolute, out construct… in NormalizeServiceName()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Configuration/System/Configuration/
H A DClientConfigurationSystem.cs51 string dummy = System.Uri.SchemeDelimiter; in ClientConfigurationSystem()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/security/system/security/Authentication/ExtendedProtection/
H A DServiceNameCollection.cs173 …if (!Uri.TryCreate(Uri.UriSchemeHttp + Uri.SchemeDelimiter + host, UriKind.Absolute, out construct… in NormalizeServiceName()
/dports/lang/mono/mono-5.10.1.57/mcs/nunit24/ClientUtilities/util/
H A DPathUtils.cs185 int start = Uri.UriSchemeFile.Length + Uri.SchemeDelimiter.Length; in GetAssemblyPathFromFileUri()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Security/Authentication/ExtendedProtection/
H A DServiceNameCollection.cs247 …if (!Uri.TryCreate(UriScheme.Http + UriScheme.SchemeDelimiter + host, UriKind.Absolute, out constr… in NormalizeServiceName()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/src/System/Net/Http/Managed/
H A DHttpProxyConnectionHandler.cs178 …Uri.TryCreate(Uri.UriSchemeHttp + Uri.SchemeDelimiter + proxyString, UriKind.Absolute, out proxyFr…
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Mvc3/Mvc/
H A DUrlHelper.cs120 url = protocol + Uri.SchemeDelimiter + hostName + port + url; in GenerateUrl()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Mvc/
H A DUrlHelper.cs143 url = protocol + Uri.SchemeDelimiter + hostName + port + url; in GenerateUrl()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/XmlSchema/XmlSchemaValidatorApi/
H A DConstructor_AddSchema.cs341 …Uri u = new Uri(Uri.UriSchemeFile + Uri.SchemeDelimiter + Path.Combine(Path.GetFullPath(TestData),… in ImportAnotherSchemaThat_Is_IsNot_InSchemaSet()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DCachedPathData.cs67 string dummy = System.Uri.SchemeDelimiter; in CachedPathData()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/
H A DXslCompiledTransform.cs1242 …annotLoadStylesheet", new string[] { new Uri(Uri.UriSchemeFile + Uri.SchemeDelimiter + Path.GetFul… in LoadGeneric7()
1246 …annotLoadStylesheet", new string[] { new Uri(Uri.UriSchemeFile + Uri.SchemeDelimiter + Path.GetFul… in LoadGeneric7()
1271 …annotLoadStylesheet", new string[] { new Uri(Uri.UriSchemeFile + Uri.SchemeDelimiter + Path.GetFul… in LoadGeneric7()
1275 …annotLoadStylesheet", new string[] { new Uri(Uri.UriSchemeFile + Uri.SchemeDelimiter + Path.GetFul… in LoadGeneric7()
1338 …annotLoadStylesheet", new string[] { new Uri(Uri.UriSchemeFile + Uri.SchemeDelimiter + Path.GetFul… in LoadGeneric8()
1343 …annotLoadStylesheet", new string[] { new Uri(Uri.UriSchemeFile + Uri.SchemeDelimiter + Path.GetFul… in LoadGeneric8()
3080 … return base.ResolveUri(new Uri(Uri.UriSchemeFile + Uri.SchemeDelimiter + _baseUri), relativeUri); in ResolveUri()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/src/System/Net/
H A DCookieContainer.cs238 … uriSb.Append(cookie.Secure ? UriScheme.Https : UriScheme.Http).Append(UriScheme.SchemeDelimiter); in Add()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System/
H A DUriTest2.cs205 Assert.AreEqual ("://", Uri.SchemeDelimiter, "://"); in UriScheme()

12