Show / Hide Table of Contents

Class NoContentResponse

Represents a response without return value

Inheritance
System.Object
NoContentResponse
Implements
IResponse
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SoundpadConnector.Response
Assembly: SoundpadConnector.dll
Syntax
public class NoContentResponse : IResponse

Properties

| Improve this Doc View Source

IsSuccessful

Indicates if the request was successful

Declaration
public bool IsSuccessful { get; set; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

Parse(String)

Parses Soundpad's text response

Declaration
public virtual void Parse(string response)
Parameters
Type Name Description
System.String response

Implements

IResponse
  • Improve this Doc
  • View Source
Back to top Generated by DocFX