SessionControllerIPAddress Method

POST /Session/IPAddress/{id} Sets the IP address which should be associated with the specified session.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("IPAddress")]
public HttpResponseMessage IPAddress(
	Guid id,
	[FromBodyAttribute] string ipAddress,
	Nullable<Guid> sessionId = null
)

Parameters

id
Type: SystemGuid
The ID of the session.
ipAddress
Type: SystemString
The IP address.
sessionId (Optional)
Type: SystemNullableGuid
The ID of a session with administrative privileges.

Return Value

Type: HttpResponseMessage
A status code indicating success or the reason for failure.
See Also