2 references to UrlSyndicationContent
System.ServiceModel.Syndication (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
659
result = new
UrlSyndicationContent
(UriFromString(src, UriKind.RelativeOrAbsolute, Atom10Constants.ContentTag, Atom10Constants.Atom10Namespace, reader), type);
System\ServiceModel\Syndication\SyndicationContent.cs (1)
40
return new
UrlSyndicationContent
(url, mediaType);