C# Class UnityTools.IO.UnityAgentDataType

Inheritance: IDisposable
Exibir arquivo Open project: NoxHarmonium/unity-tools Class Usage Examples

Protected Properties

Property Type Description
_httpContentType string

Public Methods

Method Description
Dispose ( ) : void
GetDataStream ( ) : Stream
UnityAgentDataType ( string httpContentType ) : System

Method Details

Dispose() public abstract method

public abstract Dispose ( ) : void
return void

GetDataStream() public abstract method

public abstract GetDataStream ( ) : Stream
return Stream

UnityAgentDataType() public method

public UnityAgentDataType ( string httpContentType ) : System
httpContentType string
return System

Property Details

_httpContentType protected_oe property

protected string _httpContentType
return string