Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
x00403408 authored Apr 18, 2019
1 parent eeb18b0 commit af93ecf
Show file tree
Hide file tree
Showing 66 changed files with 17,457 additions and 17,310 deletions.
82 changes: 41 additions & 41 deletions Enumerations.cs
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@



using System;

namespace OBS
{

/// <summary>
/// 鉴权类型
/// </summary>
public enum AuthTypeEnum
{
/// <summary>
/// V2协议。
/// </summary>
V2,

/// <summary>
/// V4协议。
/// </summary>
[Obsolete]
V4,

/// <summary>
/// OBS协议。
/// </summary>
OBS
}



public enum ErrorType
{

Sender,

Receiver,

Unknown
}



using System;

namespace OBS
{

/// <summary>
/// 鉴权类型
/// </summary>
public enum AuthTypeEnum
{
/// <summary>
/// V2协议。
/// </summary>
V2,

/// <summary>
/// V4协议。
/// </summary>
[Obsolete]
V4,

/// <summary>
/// OBS协议。
/// </summary>
OBS
}



public enum ErrorType
{

Sender,

Receiver,

Unknown
}
}
Loading

0 comments on commit af93ecf

Please sign in to comment.