HtmlHelperGetStream Method | Helper帮助文档 |
[Missing <summary> documentation for "M:HD.Common.HtmlHelper.GetStream(System.String,System.Net.CookieContainer)"]
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Stream GetStream( string url, CookieContainer cookieContainer )
Public Shared Function GetStream ( url As String, cookieContainer As CookieContainer ) As Stream
public: static Stream^ GetStream( String^ url, CookieContainer^ cookieContainer )
static member GetStream : url : string * cookieContainer : CookieContainer -> Stream
Parameters
- url
- Type: SystemString
地址 - cookieContainer
- Type: System.NetCookieContainer
cookieContainer
Return Value
Type: Stream[Missing <returns> documentation for "M:HD.Common.HtmlHelper.GetStream(System.String,System.Net.CookieContainer)"]
See Also