ApiResourceOptionsController.Options Method
Options action returns version information and supported verbs
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function Options ( _
area As String, _
resource As String _
) As HttpResponseMessage
public HttpResponseMessage Options(
string area,
string resource
)
public:
HttpResponseMessage^ Options(
String^ area,
String^ resource
)
member Options :
area:string *
resource:string -> HttpResponseMessage
public function Options(
area : String,
resource : String
) : HttpResponseMessage
Parameters
- area
Type: System.String
- resource
Type: System.String
Return Value
Type: System.Net.Http.HttpResponseMessage
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.