C# Class ServiceStack.WebHost.Endpoints.Extensions.HttpListenerRequestWrapper.HttpPostedFile

Show file Open project: firstsee/ServiceStack

Public Methods

Method Description
SaveAs ( string filename ) : void

Private Methods

Method Description
HttpPostedFile ( string name, string content_type, Stream base_stream, long offset, long length ) : System

Method Details

SaveAs() public method

public SaveAs ( string filename ) : void
filename string
return void