4 instantiations of UrlSyndicationContent
System.Data.Services (1)
System\Data\Services\Serializers\SyndicationSerializer.cs (1)
535
target.Content = new
UrlSyndicationContent
(readStreamUri, mediaContentType);
System.ServiceModel (3)
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);
System\ServiceModel\Syndication\UrlSyndicationContent.cs (1)
50
return new
UrlSyndicationContent
(this);
3 references to UrlSyndicationContent
System.ServiceModel (2)
System\ServiceModel\Syndication\SyndicationContent.cs (1)
57
public static
UrlSyndicationContent
CreateUrlContent(Uri url, string mediaType)
System\ServiceModel\Syndication\UrlSyndicationContent.cs (1)
27
protected UrlSyndicationContent(
UrlSyndicationContent
source)
System.ServiceModel.Web (1)
AssemblyInfo.cs (1)
48
[assembly: TypeForwardedTo(typeof(System.ServiceModel.Syndication.
UrlSyndicationContent
))]