Class Constants
- Namespace
- Microsoft.AutoGen.Core.Grpc
- Assembly
- Microsoft.AutoGen.Core.Grpc.dll
public static class Constants
- Inheritance
-
Constants
- Inherited Members
-
Fields
AGENT_SENDER_KEY_ATTR
public const string AGENT_SENDER_KEY_ATTR = "agagentsenderkey"
Field Value
- string
AGENT_SENDER_TYPE_ATTR
public const string AGENT_SENDER_TYPE_ATTR = "agagentsendertype"
Field Value
- string
DATA_CONTENT_TYPE_ATTR
public const string DATA_CONTENT_TYPE_ATTR = "datacontenttype"
Field Value
- string
DATA_CONTENT_TYPE_JSON_VALUE
public const string DATA_CONTENT_TYPE_JSON_VALUE = "application/json"
Field Value
- string
DATA_CONTENT_TYPE_PROTOBUF_VALUE
public const string DATA_CONTENT_TYPE_PROTOBUF_VALUE = "application/x-protobuf"
Field Value
- string
DATA_CONTENT_TYPE_TEXT_VALUE
public const string DATA_CONTENT_TYPE_TEXT_VALUE = "text/plain"
Field Value
- string
DATA_SCHEMA_ATTR
public const string DATA_SCHEMA_ATTR = "dataschema"
Field Value
- string
MESSAGE_KIND_ATTR
public const string MESSAGE_KIND_ATTR = "agmsgkind"
Field Value
- string
MESSAGE_KIND_VALUE_PUBLISH
public const string MESSAGE_KIND_VALUE_PUBLISH = "publish"
Field Value
- string
MESSAGE_KIND_VALUE_RPC_REQUEST
public const string MESSAGE_KIND_VALUE_RPC_REQUEST = "rpc_request"
Field Value
- string
MESSAGE_KIND_VALUE_RPC_RESPONSE
public const string MESSAGE_KIND_VALUE_RPC_RESPONSE = "rpc_response"
Field Value
- string