CSharpTest.Net
MimeMultiPartData Class Members
See Also  Properties  Methods  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Http Namespace : MimeMultiPartData Class


Glossary Item Box

The following tables list the members exposed by MimeMultiPartData.

Public Constructors

 NameDescription
Public ConstructorMimeMultiPartData ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyContentTransferEncodingThis header describes the Content encoding during transfer.

If no Content-Transfer-Encoding header was present in the message, it is set to the default of ContentTransferEncoding.SevenBit in accordance to the RFC.  
Public PropertyContentTypeThe Content-Type header field.

If not set, the ContentType is created by the default "text/plain; charset=us-ascii" which is defined in RFC 2045 section 5.2.  
Public PropertyCountTotal number of message parts / Form data found.  
Public PropertyHeadersThe headers originally provided.  
Public PropertyItemReturns a element by name, or ArgumentOutOfRangeException  
Public PropertyKeysReturns the unique names for all the message parts  
Top

Public Methods

 NameDescription
Public MethodGetAllPartsByNameGets all parts for a given name, used in the case of multi-file upload controls.  
Public MethodGetAttachmentsGets all the parts that are not of type "text/plain" and/or have a filename value set in content disposition.  
Public MethodGetEnumeratorReturns an enumerator that iterates through the collection.  
Public MethodToDictionaryGets a dictionary of all name/value pairs of parts that have a content-type of "text/plain" and do not have a filename value set in content disposition.  
Public MethodTryGetMessagePartReturns true if the element was found and the out parameter messagePart set successfully  
Top

See Also

Generated with Document! X 2011 by Innovasys