2 implementations of ResponseContentType
System.Data.Services (2)
System\Data\Services\BatchServiceHost.cs (1)
199
string IDataServiceHost.
ResponseContentType
System\Data\Services\HttpContextServiceHost.cs (1)
88
string IDataServiceHost.
ResponseContentType
2 writes to ResponseContentType
System.Data.Services (2)
System\Data\Services\DataServiceHostWrapper.cs (1)
355
set { this.host.
ResponseContentType
= value; }
System\Data\Services\HttpContextServiceHost.cs (1)
441
((IDataServiceHost)this).
ResponseContentType
= args.ResponseContentType;
2 references to ResponseContentType
System.Data.Services (2)
System\Data\Services\DataService.cs (1)
372
Message result = CreateMessage(MessageVersion.None, "", ((IDataServiceHost)httpHost).
ResponseContentType
, writer, this);
System\Data\Services\DataServiceHostWrapper.cs (1)
354
get { return this.host.
ResponseContentType
; }