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