2 references to UriMustBeAbsolute
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\ServiceEndpoint.cs (1)
123
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument("value", SRP.
UriMustBeAbsolute
);
System\ServiceModel\EndpointAddress.cs (1)
168
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(nameof(uri), SRP.
UriMustBeAbsolute
);