Show / Hide Table of Contents

Interface IPlatformRequest

The request object used by the platform.

Namespace: Microsoft.Bot.Builder.Enterprise.Transport
Assembly: Microsoft.Bot.Builder.Enterprise.dll
Syntax
public interface IPlatformRequest

Properties

View Source

Content

Gets the content of the request.

Declaration
string Content { get; }
Property Value
Type Description
System.String

The content of the request.

View Source

CorrelationId

Gets the correlation id of the request

Declaration
string CorrelationId { get; }
Property Value
Type Description
System.String
View Source

OperationType

Gets the type of the operation.

Declaration
EnterpriseOperationType OperationType { get; }
Property Value
Type Description
EnterpriseOperationType

The type of the operation.

View Source

RequestType

Gets the type of the request.

Declaration
EnterpriseRequestType RequestType { get; }
Property Value
Type Description
EnterpriseRequestType

The type of the request.

View Source

Uri

Gets the URI location for the request.

Declaration
Uri Uri { get; }
Property Value
Type Description
System.Uri

The URI.

Extension Methods

HttpTransportExtensions.GetHttpRequest(IPlatformRequest)
HttpTransportExtensions.CreateResponse(IPlatformRequest, Exception, String)
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX