Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.SendRequest

TElSAMLServiceProvider     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Call this method to send the request.

Declaration

[VB.NET]
    Function SendRequest(ByVal Request As TElSAMLRequestAbstractType) As TElSAMLRequestResult

[Pascal]
    function SendRequest(Request : TElSAMLRequestAbstractType) : TElSAMLRequestResult;

Parameters

  • Request - the request to be sent.

Return value

Returns the response to the request.

Description

Use this method to send the request.

See also:     OnRequestPrepared    

Discuss this help topic in SecureBlackbox Forum