SubscriptionNotificationOptions.SetContent(ContentType, Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void SetContent(System::Net::Mime::ContentType ^ contentType, cli::array <System::Byte> ^ body);
public void SetContent (System.Net.Mime.ContentType contentType, byte[] body);
member this.SetContent : System.Net.Mime.ContentType * byte[] -> unit
Parameters
- contentType
- ContentType
- body
- Byte[]