17 lines
No EOL
340 B
C#
17 lines
No EOL
340 B
C#
using System;
|
|
|
|
namespace WebsitePanel.WebDav.Core
|
|
{
|
|
namespace Client
|
|
{
|
|
public class LockUriTokenPair
|
|
{
|
|
public readonly Uri Href;
|
|
public readonly string lockToken;
|
|
|
|
public LockUriTokenPair(Uri href, string lockToken)
|
|
{
|
|
}
|
|
}
|
|
}
|
|
} |