C# Class Facebook.FacebookMediaStream

Inheritance: IDisposable
Mostra file Open project: liquidboy/X Class Usage Examples

Public Methods

Method Description
SetValue ( Stream value ) : FacebookMediaStream

Sets the value of the media stream.

Private Methods

Method Description
Dispose ( ) : void
GetValue ( ) : Stream

Method Details

SetValue() public method

Sets the value of the media stream.
public SetValue ( Stream value ) : FacebookMediaStream
value Stream The media stream value.
return FacebookMediaStream