C# Class Amido.SystemEx.ServiceModel.Web.OutgoingWebResponseContextWrapper

Inheritance: IOutgoingWebResponseContext
Afficher le fichier Open project: amido/Amido.PreProcessor

Méthodes publiques

Méthode Description
OutgoingWebResponseContextWrapper ( System.ServiceModel.Web.OutgoingWebResponseContext context ) : System
SetStatusAsCreated ( Uri locationUri ) : void
SetStatusAsNotFound ( ) : void
SetStatusAsNotFound ( string description ) : void

Method Details

OutgoingWebResponseContextWrapper() public méthode

public OutgoingWebResponseContextWrapper ( System.ServiceModel.Web.OutgoingWebResponseContext context ) : System
context System.ServiceModel.Web.OutgoingWebResponseContext
Résultat System

SetStatusAsCreated() public méthode

public SetStatusAsCreated ( Uri locationUri ) : void
locationUri System.Uri
Résultat void

SetStatusAsNotFound() public méthode

public SetStatusAsNotFound ( ) : void
Résultat void

SetStatusAsNotFound() public méthode

public SetStatusAsNotFound ( string description ) : void
description string
Résultat void