2.2.5.8 ReleaseExclusive_Response

The ReleaseExclusive_Response message is sent by a state server implementation to a client in response to a ReleaseExclusive_Request message.

Sections 3.1.5.4 and 3.2.5.4 specify using this message.

 ReleaseExclusive_Response = 
 response-ok | response-bad-request | response-not-found | response-locked
 response-ok = status-code-ok content-length aspnet-version
 response-bad-request = 
 status-code-badrequest content-length aspnet-version
 response-not-found = 
 status-code-notfound content-length aspnet-version
 response-locked = status-code-locked 
 content-length aspnet-version lock-cookie lock-age lock-date
  

Example:

  
 HTTP/1.1 200 OK
 Content-Length: 0
 X-AspNet-Version: 2.0.50727