|
BoundaryFromResponse Method
|
Creates boundary from WebResponse
Namespace:
Accord.Video
Assembly:
Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax public static Boundary FromResponse(
WebResponse response
)
Public Shared Function FromResponse (
response As WebResponse
) As Boundary
Request Example
View SourceParameters
- response
- Type: System.NetWebResponse
Source of boundary string
Return Value
Type:
BoundaryBoundary with string content
See Also