ResponseTransportType Field

Identifies how the response to the request should be transmitted.  
Valid values:  
0 = Inband: transport the request was sent over (Default)  
1 = Out-of-Band: pre-arranged out of band delivery mechanism (i.e. FTP, HTTP, NDM, etc) between counterparties. Details specified via ResponseDestination (726).  
 
public const int ResponseTransportType = 725
This language is not supported or no code example is available.
public:  
const int ResponseTransportType = 725;
This language is not supported or no code example is available.
public const ResponseTransportType : int = 725
This language is not supported or no code example is available.

Field Value

int

In this article

Definition