C# Class TcmDebugger.Service.PreviewServer

Inheritance: IDisposable
Exibir arquivo Open project: mvlasenko/TridionVSRazorExtension

Public Methods

Method Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

PreviewServer ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

Private Methods

Method Description
Listen ( CancellationToken cancel ) : void
ProcessRequest ( HttpListenerContext context ) : void

Method Details

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void

Dispose() protected method

Releases unmanaged and - optionally - managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
return void

PreviewServer() public method

public PreviewServer ( ) : System
return System