Method | Description | |
---|---|---|
EnumerateTextParts ( string text, |
Enumerates parts split into Tweet Entities.
|
|
EnumerateTextParts ( string text, |
Enumerates parts split into Tweet Entities.
|
|
EnumerateTextParts ( this status ) : IEnumerable |
Enumerates parts split into Tweet Entities.
|
|
GetExtendedTweetElements ( this status ) : |
Enumerates parts split into Tweet Entities.
|
|
GetProfileImageUrl ( this user, string size = "normal" ) : |
Gets a HTTP-based URL pointing to the user's avatar image with given size. See User Profile Images and Banners.
|
|
GetProfileImageUrlHttps ( this user, string size = "normal" ) : |
Gets a HTTPS-based URL pointing to the user's avatar image with given size. See User Profile Images and Banners.
|
|
ParseSource ( string html ) : Source |
Parse source field.
|
|
ParseSource ( this status ) : Source |
Parse the html of Status.Source.
|
Method | Description | |
---|---|---|
CharFromInt ( uint code ) : string | ||
EnumerateTextParts ( IList |
||
GetAlternativeProfileImageUri ( string uri, string size ) : |
Returns the URI for given profile image URI and alternative size. See User Profile Images and Banners.
|
|
GetAlternativeProfileImageUriSuffix ( string size ) : string |
Returns the URI suffix for given profile size image variant. See User Profile Images and Banners.
|
|
GetCodePoints ( string str ) : List |
||
HtmlDecode ( string source ) : string | ||
ToString ( IList |
public static EnumerateTextParts ( string text, |
||
text | string | The text such as |
entities | The |
|
return | IEnumerable |
public static EnumerateTextParts ( string text, |
||
text | string | The text such as |
entities | The |
|
startIndex | int | The starting character position in code point. |
endIndex | int | The ending character position in code point. |
return | IEnumerable |
public static EnumerateTextParts ( this status ) : IEnumerable |
||
status | this | The |
return | IEnumerable |
public static GetExtendedTweetElements ( this status ) : |
||
status | this | The |
return |
public static GetProfileImageUrl ( this user, string size = "normal" ) : |
||
user | this | A |
size | string | Size of the image to obtain ("orig" to obtain the original size). |
return |
public static GetProfileImageUrlHttps ( this user, string size = "normal" ) : |
||
user | this | A |
size | string | Size of the image to obtain ("orig" to obtain the original size). |
return |
public static ParseSource ( string html ) : Source | ||
html | string | The content of source field. |
return | Source |
public static ParseSource ( this status ) : Source | ||
status | this | The |
return | Source |