Click or drag to resize
Organization Methods

The Organization type exposes the following members.

Methods
  NameDescription
Public methodGetDialogInfosFromDialogsRelation
Calls the HTTP Get method on the link for the relation “dialogs”.
Public methodGetDialogInfosFromDialogsRelationAsync
Calls the HTTP Get method on the link for the relation “dialogs” asynchronously.
Public methodGetDialogInfosFromDialogsRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “dialogs” asynchronously.
Public methodGetFileCabinetsFromFilecabinetsRelation
Calls the HTTP Get method on the link for the relation “filecabinets”.
Public methodGetFileCabinetsFromFilecabinetsRelationAsync
Calls the HTTP Get method on the link for the relation “filecabinets” asynchronously.
Public methodGetFileCabinetsFromFilecabinetsRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “filecabinets” asynchronously.
Public methodGetGroupsFromGroupsRelation
Calls the HTTP Get method on the link for the relation “groups”.
Public methodGetGroupsFromGroupsRelationAsync
Calls the HTTP Get method on the link for the relation “groups” asynchronously.
Public methodGetGroupsFromGroupsRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “groups” asynchronously.
Public methodGetOrganizationFromSelfRelation
Calls the HTTP Get method on the link for the relation “self”.
Public methodGetOrganizationFromSelfRelationAsync
Calls the HTTP Get method on the link for the relation “self” asynchronously.
Public methodGetOrganizationFromSelfRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “self” asynchronously.
Public methodGetRolesFromRolesRelation
Calls the HTTP Get method on the link for the relation “roles”.
Public methodGetRolesFromRolesRelationAsync
Calls the HTTP Get method on the link for the relation “roles” asynchronously.
Public methodGetRolesFromRolesRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “roles” asynchronously.
Public methodGetUserInfoFromUserInfoRelation
Calls the HTTP Get method on the link for the relation “userInfo”.
Public methodGetUserInfoFromUserInfoRelationAsync
Calls the HTTP Get method on the link for the relation “userInfo” asynchronously.
Public methodGetUserInfoFromUserInfoRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “userInfo” asynchronously.
Public methodGetUsersFromUsersRelation
Calls the HTTP Get method on the link for the relation “users”.
Public methodGetUsersFromUsersRelationAsync
Calls the HTTP Get method on the link for the relation “users” asynchronously.
Public methodGetUsersFromUsersRelationAsync(CancellationToken)
Calls the HTTP Get method on the link for the relation “users” asynchronously.
Public methodPostToDialogsRelationForDialogInfos
Calls the HTTP Post method on the link for the relation “dialogs”.
Public methodPostToDialogsRelationForDialogInfosAsync(RequestDialogQuery)
Calls the HTTP Post method on the link for the relation “dialogs” asynchronously.
Public methodPostToDialogsRelationForDialogInfosAsync(CancellationToken, RequestDialogQuery)
Calls the HTTP Post method on the link for the relation “dialogs” asynchronously.
Public methodPostToLoginTokenRelationForString
Calls the HTTP Post method on the link for the relation “loginToken”.
Public methodPostToLoginTokenRelationForStringAsync(TokenDescription)
Calls the HTTP Post method on the link for the relation “loginToken” asynchronously.
Public methodPostToLoginTokenRelationForStringAsync(CancellationToken, TokenDescription)
Calls the HTTP Post method on the link for the relation “loginToken” asynchronously.
Public methodPostToUserInfoRelationForUser(NewUser)
Calls the HTTP Post method on the link for the relation “userInfo”.
Public methodPostToUserInfoRelationForUser(User)
Calls the HTTP Post method on the link for the relation “userInfo”.
Public methodPostToUserInfoRelationForUserAsync(NewUser)
Calls the HTTP Post method on the link for the relation “userInfo” asynchronously.
Public methodPostToUserInfoRelationForUserAsync(User)
Calls the HTTP Post method on the link for the relation “userInfo” asynchronously.
Public methodPostToUserInfoRelationForUserAsync(CancellationToken, NewUser)
Calls the HTTP Post method on the link for the relation “userInfo” asynchronously.
Public methodPostToUserInfoRelationForUserAsync(CancellationToken, User)
Calls the HTTP Post method on the link for the relation “userInfo” asynchronously.
Public methodSetProxy
Sets the HTTP communication proxy which is used in further HTTP communication.
Top
Extension Methods
  NameDescription
Public Extension MethodDeleteTResponse(String, String)Overloaded.
Sends a HTTP DELETE message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodDeleteTResponse(CancellationToken, String, String)Overloaded.
Sends a HTTP DELETE message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodDeleteTResponse(HttpClient, String, String)Overloaded.
Sends a HTTP DELETE message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodDeleteTResponse(HttpClient, CancellationToken, String, String)Overloaded.
Sends a HTTP DELETE message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodGetTResponse(String, String)Overloaded.
Sends a HTTP GET message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodGetTResponse(CancellationToken, String, String)Overloaded.
Sends a HTTP GET message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodGetTResponse(HttpClient, String, String)Overloaded.
Sends a HTTP GET message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodGetTResponse(HttpClient, CancellationToken, String, String)Overloaded.
Sends a HTTP GET message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodGetBaseUri
Gets the base URI of the specified relations instance.
(Defined by RelationsWithProxyExtensions.)
Public Extension MethodGetLink
Gets the link by its name.
(Defined by RelationExtension.)
Public Extension MethodGetRelationUri
Gets the URI of the relation specified by the name.
(Defined by RelationExtension.)
Public Extension MethodGetRelationUriOrThrow
Gets the URI of the relation specified by the name.
(Defined by RelationExtension.)
Public Extension MethodHasRelationUri
Determines whether the specified link exists.
(Defined by RelationExtension.)
Public Extension MethodSendTResponse(HttpMethod, String, String)Overloaded.
Sends a message to the specified proxy.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse(CancellationToken, HttpMethod, String, String)Overloaded.
Sends a message to the specified proxy.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse(String, HttpMethod, HttpContent, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse(HttpMethod, HttpClient, String, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse(CancellationToken, String, HttpMethod, HttpContent, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse(CancellationToken, HttpMethod, HttpClient, String, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse, TRequest(String, HttpMethod, String, TRequest, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse, TRequest(CancellationToken, String, HttpMethod, String, TRequest, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse, TRequest(HttpClient, String, HttpMethod, String, TRequest, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Public Extension MethodSendTResponse, TRequest(HttpClient, CancellationToken, String, HttpMethod, String, TRequest, String)Overloaded.
Sends a message to the specified HTTP client.
(Defined by MethodInvocation.)
Top
See Also