Hyves.Service.Core.HyvesSession.GetLastResponse C# (CSharp) Méthode

GetLastResponse() public méthode

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
Résultat HyvesResponse
		public HyvesResponse GetLastResponse()
		{
      return this.lastResponse;
		}
		#endregion