5 references to BaseUriWithSlash
System.Data.Services.Client (5)
System\Data\Services\Client\ALinq\UriWriter.cs (1)
68uri = Util.CreateUri(context.BaseUriWithSlash, Util.CreateUri(writer.uriBuilder.ToString(), UriKind.Relative));
System\Data\Services\Client\AtomMaterializerLog.cs (2)
427descriptor.EditStreamUri = new Uri(this.context.BaseUriWithSlash, entry.MediaEditUri); 432descriptor.ReadStreamUri = new Uri(this.context.BaseUriWithSlash, entry.MediaContentUri);
System\Data\Services\Client\DataServiceContext.cs (2)
2715Uri navigationPropertyUri = this.BaseUriWithSlash.MakeRelativeUri(DataServiceContext.GenerateEditLinkUri(this.BaseUriWithSlash, binding.SourceProperty, targetResource.Entity));