Table of Contents

Class FacebookMediaStream

Namespace
Facebook
Assembly
Facebook.dll

Represents a media stream such as a photo or a video.

public class FacebookMediaStream : IDisposable
Inheritance
FacebookMediaStream
Implements
Inherited Members

Constructors

FacebookMediaStream()

public FacebookMediaStream()

Properties

ContentType

Gets or sets the type of the content.

public string ContentType { get; set; }

Property Value

string

The type of the content.

FileName

Gets or sets the name of the file.

public string FileName { get; set; }

Property Value

string

The name of the file.

Methods

Dispose()

Releases all resources used by the Stream.

public void Dispose()

GetValue()

Gets the value of the media stream.

public Stream GetValue()

Returns

Stream

The value of the media stream.

SetValue(Stream)

Sets the value of the media stream.

public FacebookMediaStream SetValue(Stream value)

Parameters

value Stream

The media stream value.

Returns

FacebookMediaStream

Facebook Media Stream