Hyves.Service.Core.HyvesSession.GetLastResponse C# (CSharp) Method

GetLastResponse() public method

Gets the last response returned from the Hyves service for access to the raw response, and status code for diagnostics purposes. This may be null.
public GetLastResponse ( ) : HyvesResponse
return HyvesResponse
		public HyvesResponse GetLastResponse()
		{
      return this.lastResponse;
		}
		#endregion