AWS SDK for .NET Documentation
Protocol Property
AmazonAmazon.SimpleNotificationService.ModelSubscribeRequestProtocol Did this page help you?   Yes   No    Tell us about it...
The protocol you want to use.
Declaration Syntax
C#
public string Protocol { get; set; }
Remarks
Supported protocols include:
  • http -- delivery of JSON-encoded message via HTTP POST
  • https -- delivery of JSON-encoded message via HTTPS POST
  • email -- delivery of message via SMTP
  • email-json -- delivery of JSON-encoded message via SMTP
  • sms -- delivery of message via SMS
  • sqs -- delivery of JSON-encoded message to an Amazon SQS queue

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)