WebDavSession.GetAuthenticationScheme Method (String)

IT Hit WebDAV for .NET

Gets server authentication scheme.

[Visual Basic]
Overloads Public Function GetAuthenticationScheme( _
   ByVal path As String _
) As AuthenticationSchemes
[C#]
public AuthenticationSchemes GetAuthenticationScheme(
   string path
);

Parameters

path
Path for wich authentication will be determined.

Return Value

System.Net.AuthenticationSchemes enumeration.

Remarks

Usually you will use this method to enable or disable buffering before upload. When the NTLM authentication protocol is used server must be configured to authenticate only the first request for unbuffered upload support. Subsequent requests over the same TCP connection must be processed using the authentication information of the initial request.

See Also

WebDavSession Class | ITHit.WebDAV.Client Namespace | WebDavSession.GetAuthenticationScheme Overload List