4 instantiations of UrlSyndicationContent
System.Data.Services (1)
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
535target.Content = new UrlSyndicationContent(readStreamUri, mediaContentType);
System.ServiceModel (3)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
736result = new UrlSyndicationContent(new Uri(src, UriKind.RelativeOrAbsolute), type);
System\ServiceModel\Syndication\SyndicationContent.cs (1)
59return new UrlSyndicationContent(url, mediaType);
System\ServiceModel\Syndication\UrlSyndicationContent.cs (1)
50return new UrlSyndicationContent(this);
3 references to UrlSyndicationContent
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationContent.cs (1)
57public static UrlSyndicationContent CreateUrlContent(Uri url, string mediaType)
System\ServiceModel\Syndication\UrlSyndicationContent.cs (1)
27protected UrlSyndicationContent(UrlSyndicationContent source)
System.ServiceModel.Web (1)
AssemblyInfo.cs (1)
48[assembly: TypeForwardedTo(typeof(System.ServiceModel.Syndication.UrlSyndicationContent))]