| RestOperationContextOutgoingResponse Property |
Outgoing resposne
Namespace:
RestSrvr
Assembly:
RestSrvr (in RestSrvr.dll) Version: 2.2.1
Syntax public HttpListenerResponse OutgoingResponse { get; }
Public ReadOnly Property OutgoingResponse As HttpListenerResponse
Get
public:
property HttpListenerResponse^ OutgoingResponse {
HttpListenerResponse^ get ();
}
member OutgoingResponse : HttpListenerResponse with get
Property Value
Type:
HttpListenerResponseSee Also