다음을 통해 공유


MimeParameterReader Members

The MimeParameterReader structure returns information about a MimeParameter object.

The following tables list the members exposed by the MimeParameterReader type.

Public Properties

  Name Description
Aa579588.pubproperty(en-us,EXCHG.80).gif Name The Name property gets the name of the Multipurpose Internet Mail Extensions (MIME) parameter read by this MimeParameterReader object.
Aa579588.pubproperty(en-us,EXCHG.80).gif Value The Value property gets the value of the Multipurpose Internet Mail Extensions (MIME) parameter read by this MimeParameterReader object.

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa579588.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from ValueType )
Aa579588.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from ValueType )
Aa579588.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa579588.pubmethod(en-us,EXCHG.80).gif ReadNextParameter The ReadNextParameter method reads the next parameter.
Aa579588.pubmethod(en-us,EXCHG.80).gifAa579588.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa579588.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from ValueType )
Aa579588.pubmethod(en-us,EXCHG.80).gif TryGetValue Overloaded. The TryGetValue overloads try to get the value of the parameter but do not throw an exception if its encoding is not supported.

Top

Protected Methods

  Name Description
Aa579588.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa579588.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top