C# Класс Core.WebHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
GetBytesFromURL ( string sURL ) : byte[]
GetWebResponse ( String sURL, String sMethod ) : System.Stream
GetWebResponse ( String sURL, String sMethod, string sUserName, string sPassword ) : System.Stream
UrlDecode ( string text ) : string

UrlDecodes a string without requiring System.Web

This is to avoid including system.web which means it can use the client only version of the framework, giving a potentially smaller framework download

Приватные методы

Метод Описание
CopyStreamToByteArray ( System.Stream Stream ) : byte[]

For copying a non-seekable stream to a byte array

Описание методов

GetBytesFromURL() публичный статический Метод

public static GetBytesFromURL ( string sURL ) : byte[]
sURL string
Результат byte[]

GetWebResponse() публичный статический Метод

public static GetWebResponse ( String sURL, String sMethod ) : System.Stream
sURL String
sMethod String
Результат System.Stream

GetWebResponse() публичный статический Метод

public static GetWebResponse ( String sURL, String sMethod, string sUserName, string sPassword ) : System.Stream
sURL String
sMethod String
sUserName string
sPassword string
Результат System.Stream

UrlDecode() публичный статический Метод

UrlDecodes a string without requiring System.Web
This is to avoid including system.web which means it can use the client only version of the framework, giving a potentially smaller framework download
public static UrlDecode ( string text ) : string
text string
Результат string