Show / Hide Table of Contents

Class OnStreamEventArgs

Inheritance
Object
OnStreamEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Client.Sounds.Events
Assembly: SlipeClient.dll
Syntax
public class OnStreamEventArgs

Properties

| Improve this Doc View Source

ErrorMessage

Declaration
public string ErrorMessage { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Length

Declaration
public int Length { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

Name

Declaration
public string Name { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Success

Declaration
public bool Success { get; }
Property Value
Type Description
Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX