3 references to UrlSyndicationContent
System.Data.Services (1)
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
535
target.Content = new
UrlSyndicationContent
(readStreamUri, mediaContentType);
System.ServiceModel (2)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (1)
736
result = new
UrlSyndicationContent
(new Uri(src, UriKind.RelativeOrAbsolute), type);
System\ServiceModel\Syndication\SyndicationContent.cs (1)
59
return new
UrlSyndicationContent
(url, mediaType);