C# Class SendGrid.StreamAttachment

Inheritance: AttachmentBase
Exibir arquivo Open project: advancedrei/sendgridplus-csharp Class Usage Examples

Public Methods

Method Description
GetStream ( ) : Stream
StreamAttachment ( Stream stream, string name ) : System

Method Details

GetStream() public method

public GetStream ( ) : Stream
return Stream

StreamAttachment() public method

public StreamAttachment ( Stream stream, string name ) : System
stream Stream
name string
return System