public sealed class StopChatResponse : IMessage<StopChatResponse>,
IMessage, IEquatable<StopChatResponse>, IDeepCloneable<StopChatResponse>,
IBufferMessage
Public NotInheritable Class StopChatResponse
Implements IMessage(Of StopChatResponse), IMessage,
IEquatable(Of StopChatResponse), IDeepCloneable(Of StopChatResponse), IBufferMessage
public ref class StopChatResponse sealed : IMessage<StopChatResponse^>,
IMessage, IEquatable<StopChatResponse^>, IDeepCloneable<StopChatResponse^>,
IBufferMessage
[<SealedAttribute>]
type StopChatResponse =
class
interface IMessage<StopChatResponse>
interface IMessage
interface IEquatable<StopChatResponse>
interface IDeepCloneable<StopChatResponse>
interface IBufferMessage
end
StopChatResponse | Initializes a new instance of the StopChatResponse class |
StopChatResponse(StopChatResponse) | Initializes a new instance of the StopChatResponse class |
CalculateSize | |
Clone | |
Equals(Object) | (Overrides ObjectEquals(Object)) |
Equals(StopChatResponse) | |
GetHashCode | (Overrides ObjectGetHashCode) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MergeFrom(CodedInputStream) | |
MergeFrom(StopChatResponse) | |
ToString | (Overrides ObjectToString) |
WriteTo |