C# Class Sage.SData.Client.Framework.SDataResponse

The response class which encapsulates interesting information returned from a request.
Inheritance: ISDataResponse
Mostra file Open project: Saleslogix/SDataCSharpClientLib

Private Methods

Method Description
LoadContent ( Stream stream, HttpStatusCode statusCode, MediaType contentType ) : object
LoadEntryContent ( Stream stream ) : Sage.SData.Client.Atom.AtomEntry
LoadFeedContent ( Stream stream ) : Sage.SData.Client.Atom.AtomFeed
LoadOtherContent ( Stream stream, MediaType contentType ) : object
LoadStringContent ( Stream stream ) : string
LoadXmlContent ( Stream stream, HttpStatusCode statusCode ) : object
SDataResponse ( WebResponse response, string redirectLocation ) : System
TryGetMultipartBoundary ( string contentType, string &boundary ) : bool