# ChannelInfo

> A structure that contains the connection information of a Channel in ChannelService.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEditor.MPE](/engine/6000.0/script-reference/unityeditor/mpe.md)
* **Assembly:** UnityEditor
* **Implements:** [IEquatable\<ChannelInfo>](https://learn.microsoft.com/dotnet/api/system.iequatable-1)

```csharp
public struct ChannelInfo : IEquatable<ChannelInfo>
```

## Properties

| Property                                                                    | Description                                                                                                                                       |
| --------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| [id](/engine/6000.0/script-reference/unityeditor/mpe/channelinfo/id.md)     | The ID of a specific channel. Normally this is the hash of the channel name.                                                                      |
| [name](/engine/6000.0/script-reference/unityeditor/mpe/channelinfo/name.md) | The name of the channel. This matches the route of the URL that connects to the ChannelService. For example, "127.0.0.1:9292/\\\<channelName\\>". |
