# WebDAVAccess

> Class

Inheritance

* [object](https://learn.microsoft.com/dotnet/api/system.object)
* WebDAVAccess

***

Inherited Members

* [Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\))

* [Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\))

* [GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode)

* [GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype)

* [MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

* [ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals)

* [ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)

***

Namespace: UnityEngine.Pixyz.IO

```csharp
[Serializable]
public class WebDAVAccess
```

## Constructors

### WebDAVAccess()

```csharp
public WebDAVAccess()
```

### WebDAVAccess(WebDAVAccess)

```csharp
public WebDAVAccess(WebDAVAccess o)
```

Parameters

| Type                              | Name | Description |
| --------------------------------- | ---- | ----------- |
| [WebDAVAccess](./io_webdavaccess) | o    |             |

## Fields

### path

```csharp
public string path
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) |             |

### host

```csharp
public string host
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) |             |

### port

```csharp
public ushort port
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [ushort](https://learn.microsoft.com/dotnet/api/system.uint16) |             |

### protocol

```csharp
public Protocol protocol
```

Returns

| Type                      | Description |
| ------------------------- | ----------- |
| [Protocol](./io_protocol) |             |

### user

```csharp
public string user
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) |             |

### password

```csharp
public string password
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) |             |

### url

```csharp
public string url
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) |             |
