Class NoContentResponse
Represents a response without return value
Inheritance
System.Object
NoContentResponse
Implements
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 SourceIsSuccessful
Indicates if the request was successful
Declaration
public bool IsSuccessful { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceParse(String)
Parses Soundpad's text response
Declaration
public virtual void Parse(string response)
Parameters
Type | Name | Description |
---|---|---|
System.String | response |