LumiSoft Net Help
SIP_t_AcceptRange Class
NamespacesLumiSoft.Net.SIP.MessageSIP_t_AcceptRange
Implements SIP "accept-range" value. Defined in RFC 3261.
Declaration Syntax
C#Visual BasicVisual C++F#
public class SIP_t_AcceptRange : SIP_t_Value
Public Class SIP_t_AcceptRange
	Inherits SIP_t_Value
public ref class SIP_t_AcceptRange : public SIP_t_Value
type SIP_t_AcceptRange =  
    class
        inherit SIP_t_Value
    end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SIP_t_AcceptRange()()()()
Default constructor.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MediaParameters
Gets media parameters collection.

MediaType
Gets or sets media type. Value *(STAR) means all values. Syntax: mediaType / mediaSubType. Examples: */*,video/*,text/html.

MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Parameters
Gets accept value parameters.

Parse(String)
Parses "accept-range" from specified value.

Parse(StringReader)
Parses "accept-range" from specified reader.
(Overrides SIP_t_Value.Parse(StringReader).)
QValue
Gets or sets qvalue parameter. Targets are processed from highest qvalue to lowest. This value must be between 0.0 and 1.0. Value -1 means that value not specified.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
ToStringValue()()()()
Converts this to valid "accept-range" value.
(Overrides SIP_t_Value.ToStringValue()()()().)
Remarks
 Copy imageCopy
RFC 3261 Syntax:
    accept-range  = media-range [ accept-params ] 
    media-range   = ("*//*" / (m-type SLASH "*") / (m-type SLASH m-subtype)) *(SEMI m-parameter)
    accept-params = SEMI "q" EQUAL qvalue *(SEMI generic-param)
Inheritance Hierarchy
Object
SIP_t_Value
 SIP_t_AcceptRange

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119