Class OnStreamEventArgs
Inheritance
OnStreamEventArgs
Assembly: SlipeClient.dll
Syntax
public class OnStreamEventArgs
Properties
|
Improve this Doc
View Source
ErrorMessage
Declaration
public string ErrorMessage { get; }
Property Value
|
Improve this Doc
View Source
Length
Declaration
public int Length { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
|
Improve this Doc
View Source
Success
Declaration
public bool Success { get; }
Property Value