C# Class FluentHttpSamples.MediaObject

Represents a media object such as a photo or video.
Show file Open project: prabirshrestha/FluentHttp Class Usage Examples

Public Methods

Method Description
GetValue ( ) : byte[]

Gets the value of the media object.

SetValue ( byte value ) : MediaObject

Sets the value of the media object.

Method Details

GetValue() public method

Gets the value of the media object.
public GetValue ( ) : byte[]
return byte[]

SetValue() public method

Sets the value of the media object.
public SetValue ( byte value ) : MediaObject
value byte The media object value.
return MediaObject