FrameworkHttpHandler.ParseRangeHeader Method
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Protected Shared Function ParseRangeHeader ( _
range As String, _
<OutAttribute> ByRef totalLength As Long, _
<OutAttribute> ByRef start As Long, _
<OutAttribute> ByRef end As Long _
) As Boolean
protected static bool ParseRangeHeader(
string range,
out long totalLength,
out long start,
out long end
)
protected:
static bool ParseRangeHeader(
String^ range,
[OutAttribute] long long% totalLength,
[OutAttribute] long long% start,
[OutAttribute] long long% end
)
static member ParseRangeHeader :
range:string *
totalLength:int64 byref *
start:int64 byref *
end:int64 byref -> bool
protected static function ParseRangeHeader(
range : String,
totalLength : long,
start : long,
end : long
) : boolean
Parameters
- range
Type: System.String
- totalLength
Type: System.Int64%
- start
Type: System.Int64%
- end
Type: System.Int64%
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.Alm.WebServices Namespace