C# Class XamarinEvolveSSLibrary.WebserviceAvatarAccess

Inheritance: AvatarAccess
Show file Open project: bholmes/XamarinEvolve2013Project Class Usage Examples

Public Methods

Method Description
WebserviceAvatarAccess ( ClientWrapper clientWrapper ) : System

Protected Methods

Method Description
InternalGetAvararForUser ( User user, int size ) : byte[]
PostNewAvatar ( byte data ) : void

Method Details

InternalGetAvararForUser() protected method

protected InternalGetAvararForUser ( User user, int size ) : byte[]
user User
size int
return byte[]

PostNewAvatar() protected method

protected PostNewAvatar ( byte data ) : void
data byte
return void

WebserviceAvatarAccess() public method

public WebserviceAvatarAccess ( ClientWrapper clientWrapper ) : System
clientWrapper ClientWrapper
return System