C# Class TcmDebugger.Service.PreviewServer

Inheritance: IDisposable
Afficher le fichier Open project: mvlasenko/TridionVSRazorExtension

Méthodes publiques

Méthode Description
Dispose ( ) : void

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

PreviewServer ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources.

Private Methods

Méthode Description
Listen ( CancellationToken cancel ) : void
ProcessRequest ( HttpListenerContext context ) : void

Method Details

Dispose() public méthode

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

Dispose() protected méthode

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.
Résultat void

PreviewServer() public méthode

public PreviewServer ( ) : System
Résultat System