227 references to AbsoluteUri
Aspire.Azure.Messaging.WebPubSub.Tests (9)
Aspire.Milvus.Client.Tests (1)
dotnet (2)
dotnet-svcutil.xmlserializer (1)
dotnet-svcutil-lib (47)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (5)
452return new EndpointNotFoundException(string.Format(SRServiceModel.TcpConnectError, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message), innerException);
456return new EndpointNotFoundException(string.Format(SRServiceModel.TcpConnectErrorWithTimeSpan, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message, timeSpent), innerException);
473return new CommunicationException(string.Format(SRServiceModel.TcpConnectError, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message), innerException);
477return new CommunicationException(string.Format(SRServiceModel.TcpConnectErrorWithTimeSpan, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message, timeSpent), innerException);
531string.Format(SRServiceModel.TcpConnectingToViaTimedOut, uri.AbsoluteUri, timeout.ToString(),
Microsoft.AspNetCore.Components.Endpoints (1)
Microsoft.AspNetCore.Components.Server (2)
Microsoft.AspNetCore.Components.Web (1)
Microsoft.AspNetCore.Http.Results (4)
Microsoft.AspNetCore.Mvc.Core (2)
Microsoft.AspNetCore.Testing.Tests (7)
Microsoft.Build.Tasks.Core (2)
Microsoft.Build.Tasks.Git (2)
Microsoft.CodeAnalysis (1)
Microsoft.Extensions.AI (1)
Microsoft.Extensions.AI.Abstractions (1)
Microsoft.Extensions.AI.Evaluation.Safety (2)
Microsoft.Extensions.AI.OpenAI (3)
Microsoft.Extensions.Http (1)
Microsoft.Maui.Controls (1)
Microsoft.ML.Core (3)
Microsoft.ML.Core.Tests (4)
Microsoft.ML.FastTree (1)
Microsoft.ML.Parquet (2)
Microsoft.NET.Sdk.Publish.Tasks (2)
Microsoft.SourceLink.GitWeb (1)
Microsoft.Svcutil.NamedPipeMetadataImporter (1)
Microsoft.TemplateEngine.Edge (1)
Microsoft.TestPlatform.CrossPlatEngine (10)
Microsoft.VisualStudio.TestPlatform.Common (1)
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (4)
Microsoft.VisualStudio.TestPlatform.ObjectModel (4)
NuGet.Commands (7)
NuGet.Credentials (1)
NuGet.PackageManagement (1)
NuGet.Packaging (1)
NuGet.Protocol (24)
PresentationCore (5)
PresentationFramework (1)
System.DirectoryServices.Protocols (2)
System.Net.Http (3)
System.Net.Mail (1)
System.Net.Primitives (1)
System.Net.Requests (2)
System.Private.DataContractSerialization (1)
System.Private.Xml (1)
System.Runtime.Serialization.Schema (2)
System.Security.Cryptography (1)
System.ServiceModel.Federation (1)
System.ServiceModel.Http (7)
System.ServiceModel.NetFramingBase (7)
System.ServiceModel.NetNamedPipe (6)
System.ServiceModel.NetTcp (5)
System\ServiceModel\Channels\SocketConnection.cs (5)
842return new EndpointNotFoundException(SR.Format(SR.TcpConnectError, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message), innerException);
846return new EndpointNotFoundException(SR.Format(SR.TcpConnectErrorWithTimeSpan, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message, timeSpent), innerException);
863return new CommunicationException(SR.Format(SR.TcpConnectError, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message), innerException);
867return new CommunicationException(SR.Format(SR.TcpConnectErrorWithTimeSpan, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message, timeSpent), innerException);
933SR.Format(SR.TcpConnectingToViaTimedOut, uri.AbsoluteUri, timeout.ToString(),
System.ServiceModel.Primitives (11)
System.ServiceModel.Syndication (2)
System.ServiceModel.UnixDomainSocket (4)
System\ServiceModel\Channels\SocketConnection.cs (4)
807return new EndpointNotFoundException(SR.Format(SR.UDSConnectError, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message), innerException);
811return new EndpointNotFoundException(SR.Format(SR.UDSConnectErrorWithTimeSpan, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message, timeSpent), innerException);
828return new CommunicationException(SR.Format(SR.UDSConnectError, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message), innerException);
832return new CommunicationException(SR.Format(SR.UDSConnectErrorWithTimeSpan, remoteUri.AbsoluteUri, (int)socketException.SocketErrorCode, socketException.Message, timeSpent), innerException);
System.Windows.Forms (3)
WebPubSubWeb (2)