diff --git a/README.md b/README.md index ecde228..9e703ae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Shadynet [![Travis](https://api.travis-ci.org/Shadyzpop/Shadynet.svg)](https://travis-ci.org/Shadyzpop/Shadynet) +# Shadynet -xNet Warper +xNet Warper [![Travis](https://api.travis-ci.org/Shadyzpop/Shadynet.svg)](https://travis-ci.org/Shadyzpop/Shadynet) HttpRequests with ease
@@ -13,7 +13,7 @@ xNet Warper # Donate -Bitcoin: 1Md3sNARxTRVzKrvBgT5ZC8KAabPVfSZkg +Bitcoin: 1Nm8bVDfs1dwfCNPyd7QQ6fMux2Y5iwv6V # features - OutDated -
✔️ Shadynet — Class Library for .NET FrameWork.new features added but not listed yet
@@ -28,7 +28,8 @@ using Shadynet.Other;Proxies(HTTP, Socks4(a), Socks5, Chain):
-
+- TryParse : Converts a string to an instance of the Proxy type that fits the proxy and output the type of the ProxyClient required, and returns a value indicating whether the conversion was successful(Boolean). +
- TryParse : Converts a string to an instance of the Proxy type that fits the proxy and output the type of the ProxyClient required, and returns a value indicating whether the conversion was successful(Boolean).
+- CreateProxyClient: An instance of Type ProxyClient that uses the proxy provided(input) to Create a connection to the server with the type of proxy also Provided by the user from the enumeration of the class ProxyType in which contains:
+@@ -38,7 +39,8 @@ using Shadynet.Other;
- Socks5
- Chain
-HttpRequest:
@@ -52,9 +54,10 @@ using Shadynet.Other;DELETE POST PUT -OPTIONS + OPTIONS - + +HttpResponse:
@@ -69,7 +72,7 @@ using Shadynet.Other;
- Betweenstring: Gets a string inside any type of string(input) that is between two strings(input).
- BetweenUrl : Does the same as Betweenstring but doesnt require a source string, instead a url to get the source code from.
-- Cookie : Returns raw value of a cookie that is requested(input) from a url(input).< +
- Cookie : Returns raw value of a cookie that is requested(input) from a url(input).
Html:
@@ -93,14 +96,15 @@ using (var request = new HttpRequest("site.com")) // We will parse the html data depending on the size here var data = HTMLparse(response.ToString(), "href", "sizes", "180x180", "link", 2); - // element types range from 0-2, where 0 is where the element ends with "", 1 ends with "/>" and 2 ends with ">" + // element types range from 0-2, where 0 is where the element ends with "Element/>", 1 ends with "/>" and 2 ends with ">" // in the end data will hold this string "/apple-touch-icon-180x180.png" } - + + ReplaceEntities : Replaces in a string HTML-entities to represent their characters. ReplaceUnicode : Replaces in Unicode-line entities to represent their characters. -Substring : Retrieves a substring from a string. + Substring : Retrieves a substring from a string. LastSubstring : Retrieves the last substring from a string. Substrings : Retrieves a substrings from a string. diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file